Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

core

Maven Central

Various Kotlin extension functions and data structures for easing Kotlin development.

Installation

Release

dependencies {
	implementation(group = "net.ormr.krautils", name = "krautils-core", version = "${RELEASE_VERSION}")
}

Snapshot

repositories {
	maven("https://oss.sonatype.org/content/repositories/snapshots")
}

dependencies {
	implementation(group = "net.ormr.krautils", name = "krautils-core", version = "${SNAPSHOT_VERSION}")
}

License

The project is licensed under the Apache 2.0 license.

  • AppDirs contains code adopted from kappdirs, which is licensed under the Apache 2.0 license.