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