Categories |
CategoriesWildFly Container Application Servers Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdtestsuite-swagger-webapp |
Version | Version2017.2.0 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-swagger-webapp-2017.2.0.pom | |
testsuite-swagger-webapp-2017.2.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/testsuite-swagger-webapp/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>testsuite-swagger-webapp</artifactId>
<version>2017.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/testsuite-swagger-webapp/
implementation 'org.wildfly.swarm:testsuite-swagger-webapp:2017.2.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm/testsuite-swagger-webapp/
implementation ("org.wildfly.swarm:testsuite-swagger-webapp:2017.2.0")
'org.wildfly.swarm:testsuite-swagger-webapp:jar:2017.2.0'
<dependency org="org.wildfly.swarm" name="testsuite-swagger-webapp" rev="2017.2.0">
<artifact name="testsuite-swagger-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='testsuite-swagger-webapp', version='2017.2.0')
)
libraryDependencies += "org.wildfly.swarm" % "testsuite-swagger-webapp" % "2017.2.0"
[org.wildfly.swarm/testsuite-swagger-webapp "2017.2.0"]