k

kompendium-core

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