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