GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-spring-tiles |
Version | Version1.1.0.beta1 |
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.1.0.beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-tiles/
implementation 'org.atmosphere.samples:atmosphere-spring-tiles:1.1.0.beta1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-tiles/
implementation ("org.atmosphere.samples:atmosphere-spring-tiles:1.1.0.beta1")
'org.atmosphere.samples:atmosphere-spring-tiles:war:1.1.0.beta1'
<dependency org="org.atmosphere.samples" name="atmosphere-spring-tiles" rev="1.1.0.beta1">
<artifact name="atmosphere-spring-tiles" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-spring-tiles', version='1.1.0.beta1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-spring-tiles" % "1.1.0.beta1"
[org.atmosphere.samples/atmosphere-spring-tiles "1.1.0.beta1"]