Files download
File Operation
z2-commons-jvm-2023.8.15.jar download
z2-commons-jvm-2023.8.15.pom download
z2-commons-jvm-2023.8.15-sources.jar download
Apache Maven
<dependency>
  <groupId>hu.simplexion.z2</groupId>
  <artifactId>z2-commons-jvm</artifactId>
  <version>2023.8.15</version>
</dependency>
Gradle Groovy
implementation 'hu.simplexion.z2:z2-commons-jvm:2023.8.15'
Gradle Kotlin
implementation("hu.simplexion.z2:z2-commons-jvm:2023.8.15")
Scala SBT
libraryDependencies += "hu.simplexion.z2" % "z2-commons-jvm" % "2023.8.15"
Groovy Grape
@Grapes(
  @Grab(group='hu.simplexion.z2', module='z2-commons-jvm', version='2023.8.15')
)
Apache Ivy
<dependency org="hu.simplexion.z2" name="z2-commons-jvm" rev="2023.8.15" />
Leiningen
[hu.simplexion.z2/z2-commons-jvm "2023.8.15"]
Apache Buildr
'hu.simplexion.z2:z2-commons-jvm:jar:2023.8.15'