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