Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.hazendaz.jmockit</groupId> <artifactId>petclinic</artifactId> <version>2.0.2-SNAPSHOT</version> <type>war</type> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz.jmockit" name="petclinic" rev="2.0.2-SNAPSHOT"> <artifact name="petclinic" type="war" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz.jmockit', module='petclinic', version='2.0.2-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.hazendaz.jmockit:petclinic:2.0.2-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.hazendaz.jmockit" % "petclinic" % "2.0.2-SNAPSHOT"
Leiningen
[com.github.hazendaz.jmockit/petclinic "2.0.2-SNAPSHOT"]


