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