j

java8testing

Files download
File Operation
java8testing-1.55.0.jar download
java8testing-1.55.0.pom download
java8testing-1.55.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.jmockit</groupId>
  <artifactId>java8testing</artifactId>
  <version>1.55.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.jmockit:java8testing:1.55.0'
Gradle Kotlin
implementation("com.github.hazendaz.jmockit:java8testing:1.55.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.jmockit" % "java8testing" % "1.55.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.jmockit', module='java8testing', version='1.55.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.jmockit" name="java8testing" rev="1.55.0" />
Leiningen
[com.github.hazendaz.jmockit/java8testing "1.55.0"]
Apache Buildr
'com.github.hazendaz.jmockit:java8testing:jar:1.55.0'