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-6.3.2.jar download
justify-jpa-6.3.2.pom download
justify-jpa-6.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-jpa</artifactId>
  <version>6.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-jpa:6.3.2'
Gradle Kotlin
implementation("com.gtcgroup:justify-jpa:6.3.2")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-jpa" % "6.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-jpa', version='6.3.2')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-jpa" rev="6.3.2" />
Leiningen
[com.gtcgroup/justify-jpa "6.3.2"]
Apache Buildr
'com.gtcgroup:justify-jpa:jar:6.3.2'