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