Categories |
CategoriesWildFly Container Application Servers Data |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-datasources-defaultds |
Version | Version2017.10.2 |
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>2017.10.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-datasources-defaultds/
implementation 'org.wildfly.swarm.testsuite:testsuite-datasources-defaultds:2017.10.2'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-datasources-defaultds/
implementation ("org.wildfly.swarm.testsuite:testsuite-datasources-defaultds:2017.10.2")
'org.wildfly.swarm.testsuite:testsuite-datasources-defaultds:war:2017.10.2'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-datasources-defaultds" rev="2017.10.2">
<artifact name="testsuite-datasources-defaultds" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-datasources-defaultds', version='2017.10.2')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-datasources-defaultds" % "2017.10.2"
[org.wildfly.swarm.testsuite/testsuite-datasources-defaultds "2017.10.2"]