Skip to content

Team-IF/comcigan-lib

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2020
Aug 31, 2020
Oct 2, 2020
Jul 21, 2020
Oct 2, 2020
Jul 21, 2020
Oct 2, 2020
Oct 2, 2020
Jul 20, 2020
Jul 20, 2020
Aug 31, 2020

Repository files navigation

Comcigan Library (JVM)

Comcigan Library written in Kotlin (JVM)

Javadoc.io to see Javadoc online!

Repositories

Gradle (Groovy DSL)

allprojects {
    repositories {
        mavenCentral() // or maven { url 'https://repo.maven.apache.org/maven2/' }
    }
}
dependencies {
    implementation 'io.teamif:comcigan-lib:1.2.1'
}

Gradle (Kotlin DSL)

allprojects {
    repositories {
        mavenCentral() // or maven("https://repo.maven.apache.org/maven2/")
    }
}
dependencies {
    implementation("io.teamif:comcigan-lib:1.2.1")
}

How to use

See Test Code