Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-ajp |
Version | Version2017.9.5 |
Type | Typewar |
Filename | Size |
---|---|
testsuite-ajp-2017.9.5.pom | |
testsuite-ajp-2017.9.5.war | 9 MB |
testsuite-ajp-2017.9.5-sources.jar | 3 KB |
testsuite-ajp-2017.9.5-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-ajp/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-ajp</artifactId>
<version>2017.9.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-ajp/
implementation 'org.wildfly.swarm.testsuite:testsuite-ajp:2017.9.5'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-ajp/
implementation ("org.wildfly.swarm.testsuite:testsuite-ajp:2017.9.5")
'org.wildfly.swarm.testsuite:testsuite-ajp:war:2017.9.5'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-ajp" rev="2017.9.5">
<artifact name="testsuite-ajp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-ajp', version='2017.9.5')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-ajp" % "2017.9.5"
[org.wildfly.swarm.testsuite/testsuite-ajp "2017.9.5"]