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