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