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