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