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