k

kompendium-core

Core functionality for the Kompendium library
https://github.com/bkbnio/kompendium
MIT License
Ryan Brink
Files download
File Operation
kompendium-core-3.6.0.jar download
kompendium-core-3.6.0.pom download
kompendium-core-3.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.bkbn</groupId>
  <artifactId>kompendium-core</artifactId>
  <version>3.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.bkbn:kompendium-core:3.6.0'
Gradle Kotlin
implementation("io.bkbn:kompendium-core:3.6.0")
Scala SBT
libraryDependencies += "io.bkbn" % "kompendium-core" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.bkbn', module='kompendium-core', version='3.6.0')
)
Apache Ivy
<dependency org="io.bkbn" name="kompendium-core" rev="3.6.0" />
Leiningen
[io.bkbn/kompendium-core "3.6.0"]
Apache Buildr
'io.bkbn:kompendium-core:jar:3.6.0'