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