Skip to content

Latest commit

 

History

History
executable file
·
55 lines (38 loc) · 967 Bytes

README.md

File metadata and controls

executable file
·
55 lines (38 loc) · 967 Bytes

anatawa12Libs

Overview

Description

Anatawa12's Core Library for kotlin.

Requirement

Kotlin 1.2.70 If you use maven or gradle, you don't have to care about kotlin.

Install

maven

add this to pom.xml

<dependencies>
    <dependency>
        <groupId>com.anatawa12</groupId>
        <artifactId>anatawa12CoreLibs</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencies>

gradle

add this to build.gradle

repositories {
    mavenCentral()
}

dependencies {
    compile "com.anatawa12:anatawa12CoreLibs:0.0.1"
}

Contribution

  1. Fork it ( https://github.com/anatawa12/anatawa12Libs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

GNU Lesser General Public License v3.0