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