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