j

jpatesting-core

Files download
File Operation
jpatesting-core-1.2.2.jar download
jpatesting-core-1.2.2.pom download
jpatesting-core-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hglteam.testing</groupId>
  <artifactId>jpatesting-core</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.hglteam.testing:jpatesting-core:1.2.2'
Gradle Kotlin
implementation("org.hglteam.testing:jpatesting-core:1.2.2")
Scala SBT
libraryDependencies += "org.hglteam.testing" % "jpatesting-core" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hglteam.testing', module='jpatesting-core', version='1.2.2')
)
Apache Ivy
<dependency org="org.hglteam.testing" name="jpatesting-core" rev="1.2.2" />
Leiningen
[org.hglteam.testing/jpatesting-core "1.2.2"]
Apache Buildr
'org.hglteam.testing:jpatesting-core:jar:1.2.2'