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