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