Files download
File Operation
a-4.0.jar download
a-4.0.pom download
a-4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jzdayz</groupId>
  <artifactId>a</artifactId>
  <version>4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jzdayz:a:4.0'
Gradle Kotlin
implementation("io.github.jzdayz:a:4.0")
Scala SBT
libraryDependencies += "io.github.jzdayz" % "a" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jzdayz', module='a', version='4.0')
)
Apache Ivy
<dependency org="io.github.jzdayz" name="a" rev="4.0" />
Leiningen
[io.github.jzdayz/a "4.0"]
Apache Buildr
'io.github.jzdayz:a:jar:4.0'
Dependencies
The project has no third-party dependencies