j

jmockit-parent

Parent POM for JMOCKIT
The MIT License
Files download
File Operation
jmockit-parent-1.54.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.jmockit</groupId>
  <artifactId>jmockit-parent</artifactId>
  <version>1.54.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.jmockit:jmockit-parent:1.54.0'
Gradle Kotlin
implementation("com.github.hazendaz.jmockit:jmockit-parent:1.54.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.jmockit" % "jmockit-parent" % "1.54.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.jmockit', module='jmockit-parent', version='1.54.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.jmockit" name="jmockit-parent" rev="1.54.0" />
Leiningen
[com.github.hazendaz.jmockit/jmockit-parent "1.54.0"]
Apache Buildr
'com.github.hazendaz.jmockit:jmockit-parent:jar:1.54.0'