Categories |
CategoriesWildFly Container Application Servers Data |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-datasources-defaultds |
Version | Version2018.4.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-datasources-defaultds/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-datasources-defaultds</artifactId>
<version>2018.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-datasources-defaultds/
implementation 'org.wildfly.swarm.testsuite:testsuite-datasources-defaultds:2018.4.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-datasources-defaultds/
implementation ("org.wildfly.swarm.testsuite:testsuite-datasources-defaultds:2018.4.0")
'org.wildfly.swarm.testsuite:testsuite-datasources-defaultds:war:2018.4.0'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-datasources-defaultds" rev="2018.4.0">
<artifact name="testsuite-datasources-defaultds" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-datasources-defaultds', version='2018.4.0')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-datasources-defaultds" % "2018.4.0"
[org.wildfly.swarm.testsuite/testsuite-datasources-defaultds "2018.4.0"]