Dependency Information
Apache Maven
<dependency> <groupId>sh.ivan</groupId> <artifactId>java-to-zod-maven-plugin</artifactId> <version>0.6.1</version> <type>maven-plugin</type> </dependency>
Apache Ivy
<dependency org="sh.ivan" name="java-to-zod-maven-plugin" rev="0.6.1"> <artifact name="java-to-zod-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='sh.ivan', module='java-to-zod-maven-plugin', version='0.6.1') )
Gradle/Grails
implementation 'sh.ivan:java-to-zod-maven-plugin:0.6.1'
Scala SBT
libraryDependencies += "sh.ivan" % "java-to-zod-maven-plugin" % "0.6.1"
Leiningen
[sh.ivan/java-to-zod-maven-plugin "0.6.1"]