GroupId | GroupIdio.thorntail.testsuite |
---|---|
ArtifactId | ArtifactIdtestsuite-ajp |
Version | Version2.1.0.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-ajp/ -->
<dependency>
<groupId>io.thorntail.testsuite</groupId>
<artifactId>testsuite-ajp</artifactId>
<version>2.1.0.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-ajp/
implementation 'io.thorntail.testsuite:testsuite-ajp:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-ajp/
implementation ("io.thorntail.testsuite:testsuite-ajp:2.1.0.Final")
'io.thorntail.testsuite:testsuite-ajp:war:2.1.0.Final'
<dependency org="io.thorntail.testsuite" name="testsuite-ajp" rev="2.1.0.Final">
<artifact name="testsuite-ajp" type="war" />
</dependency>
@Grapes(
@Grab(group='io.thorntail.testsuite', module='testsuite-ajp', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail.testsuite" % "testsuite-ajp" % "2.1.0.Final"
[io.thorntail.testsuite/testsuite-ajp "2.1.0.Final"]