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