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


