s

samples

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