Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 935 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 935 Bytes

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.