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