Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.jmockit</groupId>
  <artifactId>java8testing</artifactId>
  <version>2.0.2-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.jmockit" name="java8testing" rev="2.0.2-SNAPSHOT">
  <artifact name="java8testing" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.jmockit', module='java8testing', version='2.0.2-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.hazendaz.jmockit:java8testing:2.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.hazendaz.jmockit" % "java8testing" % "2.0.2-SNAPSHOT"

Leiningen

[com.github.hazendaz.jmockit/java8testing "2.0.2-SNAPSHOT"]