p

providence-testing-junit4

Helper libraries for testing and comparing providence structures using junit 4.12.
Files download
File Operation
providence-testing-junit4-2.4.0.jar download
providence-testing-junit4-2.4.0.pom download
providence-testing-junit4-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.morimekta.providence</groupId>
  <artifactId>providence-testing-junit4</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'net.morimekta.providence:providence-testing-junit4:2.4.0'
Gradle Kotlin
implementation("net.morimekta.providence:providence-testing-junit4:2.4.0")
Scala SBT
libraryDependencies += "net.morimekta.providence" % "providence-testing-junit4" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.morimekta.providence', module='providence-testing-junit4', version='2.4.0')
)
Apache Ivy
<dependency org="net.morimekta.providence" name="providence-testing-junit4" rev="2.4.0" />
Leiningen
[net.morimekta.providence/providence-testing-junit4 "2.4.0"]
Apache Buildr
'net.morimekta.providence:providence-testing-junit4:jar:2.4.0'