Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-cxf-greeter-swaggersocket |
Version | Version2.5.13 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cxf-greeter-swaggersocket/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-cxf-greeter-swaggersocket</artifactId>
<version>2.5.13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cxf-greeter-swaggersocket/
implementation 'org.atmosphere.samples:atmosphere-cxf-greeter-swaggersocket:2.5.13'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cxf-greeter-swaggersocket/
implementation ("org.atmosphere.samples:atmosphere-cxf-greeter-swaggersocket:2.5.13")
'org.atmosphere.samples:atmosphere-cxf-greeter-swaggersocket:war:2.5.13'
<dependency org="org.atmosphere.samples" name="atmosphere-cxf-greeter-swaggersocket" rev="2.5.13">
<artifact name="atmosphere-cxf-greeter-swaggersocket" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-cxf-greeter-swaggersocket', version='2.5.13')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-cxf-greeter-swaggersocket" % "2.5.13"
[org.atmosphere.samples/atmosphere-cxf-greeter-swaggersocket "2.5.13"]