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