Git Product home page Git Product logo

kantanj's Introduction

kantanj

簡単 [kantan] (Japanese "simple") + J ("Java") = "Simple Java"

A simple library consisting of various handy utilities, types and wrappers for other libraries to simplify and boost up the development of Java applications of different kinds. Created because I'm bored of copy-pasting all the same code from project to project each time I work on something new. Published because why not.

Hope this will be useful to someone.

Also hope a complete documentation will be published one day...

For some partial documentation, tutorials and explanation see kantanj Wiki

Usage (Maven)

<repositories>
    <repository>
        <id>reflex.public</id>
        <name>Public Reflex Repository</name>
        <url>https://archiva.reflex.rip/repository/public/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>me.darksidecode.kantanj</groupId>
        <artifactId>kantanj</artifactId>
        <version>1.1.0</version>
    </dependency>
</dependencies>

Usage (Gradle)

repositories {
    maven {
        name 'Public Reflex Repository'
        url 'https://archiva.reflex.rip/repository/public/'
    }
}

dependencies {
    implementation group: 'me.darksidecode.kantanj', name: 'kantanj', version: '1.1.0'
}

Building (Maven)

  1. Clone or download this repository, cd into it.
  2. Run mvn clean install to install it into your local Maven repository (if you need to).
  3. Profit!
git clone https://github.com/MeGysssTaa/kantanj
cd kantanj

License

Apache License 2.0

kantanj's People

Contributors

dependabot[bot] avatar megyssstaa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.