GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-spring-tiles |
Version | Version1.0.12 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-tiles/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-spring-tiles</artifactId>
<version>1.0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-tiles/
implementation 'org.atmosphere.samples:atmosphere-spring-tiles:1.0.12'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-tiles/
implementation ("org.atmosphere.samples:atmosphere-spring-tiles:1.0.12")
'org.atmosphere.samples:atmosphere-spring-tiles:war:1.0.12'
<dependency org="org.atmosphere.samples" name="atmosphere-spring-tiles" rev="1.0.12">
<artifact name="atmosphere-spring-tiles" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-spring-tiles', version='1.0.12')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-spring-tiles" % "1.0.12"
[org.atmosphere.samples/atmosphere-spring-tiles "1.0.12"]