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