j

justify-jpa

JPA MODULE: Justify supports JUnit testing with "real" (functionally equivalent) services, relegating mocks to the role of servicing reluctant collaborators.
http://pedCentral.com/justify
The MIT License
Marvin Toll
Files download
File Operation
justify-jpa-8.3.8.jar download
justify-jpa-8.3.8.pom download
justify-jpa-8.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-jpa</artifactId>
  <version>8.3.8</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-jpa:8.3.8'
Gradle Kotlin
implementation("com.gtcgroup:justify-jpa:8.3.8")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-jpa" % "8.3.8"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-jpa', version='8.3.8')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-jpa" rev="8.3.8" />
Leiningen
[com.gtcgroup/justify-jpa "8.3.8"]
Apache Buildr
'com.gtcgroup:justify-jpa:jar:8.3.8'