Files download
File Operation
kground-linuxx64-0.0.53.pom download
kground-linuxx64-0.0.53-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.mareklangiewicz</groupId>
  <artifactId>kground-linuxx64</artifactId>
  <version>0.0.53</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'pl.mareklangiewicz:kground-linuxx64:0.0.53'
Gradle Kotlin
implementation("pl.mareklangiewicz:kground-linuxx64:0.0.53")
Scala SBT
libraryDependencies += "pl.mareklangiewicz" % "kground-linuxx64" % "0.0.53"
Groovy Grape
@Grapes(
  @Grab(group='pl.mareklangiewicz', module='kground-linuxx64', version='0.0.53')
)
Apache Ivy
<dependency org="pl.mareklangiewicz" name="kground-linuxx64" rev="0.0.53" />
Leiningen
[pl.mareklangiewicz/kground-linuxx64 "0.0.53"]
Apache Buildr
'pl.mareklangiewicz:kground-linuxx64:jar:0.0.53'