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