Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-jpa |
Version | Version2017.9.5 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-jpa-2017.9.5.pom | |
testsuite-jpa-2017.9.5.jar | 13 KB |
testsuite-jpa-2017.9.5-sources.jar | 12 KB |
testsuite-jpa-2017.9.5-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-jpa/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-jpa</artifactId>
<version>2017.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-jpa/
implementation 'org.wildfly.swarm.testsuite:testsuite-jpa:2017.9.5'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-jpa/
implementation ("org.wildfly.swarm.testsuite:testsuite-jpa:2017.9.5")
'org.wildfly.swarm.testsuite:testsuite-jpa:jar:2017.9.5'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-jpa" rev="2017.9.5">
<artifact name="testsuite-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-jpa', version='2017.9.5')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-jpa" % "2017.9.5"
[org.wildfly.swarm.testsuite/testsuite-jpa "2017.9.5"]