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