文件下载
文件名 操作
kground-0.0.72.jar 下载
kground-0.0.72.pom 下载
kground-0.0.72-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.mareklangiewicz</groupId>
  <artifactId>kground</artifactId>
  <version>0.0.72</version>
</dependency>
Gradle Groovy
implementation 'pl.mareklangiewicz:kground:0.0.72'
Gradle Kotlin
implementation("pl.mareklangiewicz:kground:0.0.72")
Scala SBT
libraryDependencies += "pl.mareklangiewicz" % "kground" % "0.0.72"
Groovy Grape
@Grapes(
  @Grab(group='pl.mareklangiewicz', module='kground', version='0.0.72')
)
Apache Ivy
<dependency org="pl.mareklangiewicz" name="kground" rev="0.0.72" />
Leiningen
[pl.mareklangiewicz/kground "0.0.72"]
Apache Buildr
'pl.mareklangiewicz:kground:jar:0.0.72'