Categories |
CategoriesWildFly Container Application Servers Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdswagger-webapp-runtime |
Version | Version1.0.0.Alpha7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/swagger-webapp-runtime/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>swagger-webapp-runtime</artifactId>
<version>1.0.0.Alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/swagger-webapp-runtime/
implementation 'org.wildfly.swarm:swagger-webapp-runtime:1.0.0.Alpha7'
// https://jarcasting.com/artifacts/org.wildfly.swarm/swagger-webapp-runtime/
implementation ("org.wildfly.swarm:swagger-webapp-runtime:1.0.0.Alpha7")
'org.wildfly.swarm:swagger-webapp-runtime:jar:1.0.0.Alpha7'
<dependency org="org.wildfly.swarm" name="swagger-webapp-runtime" rev="1.0.0.Alpha7">
<artifact name="swagger-webapp-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='swagger-webapp-runtime', version='1.0.0.Alpha7')
)
libraryDependencies += "org.wildfly.swarm" % "swagger-webapp-runtime" % "1.0.0.Alpha7"
[org.wildfly.swarm/swagger-webapp-runtime "1.0.0.Alpha7"]