License |
License
CDDL
|
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-spring-echo |
Version | Version2.6.4 |
Type | Typewar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-echo/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-spring-echo</artifactId>
<version>2.6.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-echo/
implementation 'org.atmosphere.samples:atmosphere-spring-echo:2.6.4'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-echo/
implementation ("org.atmosphere.samples:atmosphere-spring-echo:2.6.4")
'org.atmosphere.samples:atmosphere-spring-echo:war:2.6.4'
<dependency org="org.atmosphere.samples" name="atmosphere-spring-echo" rev="2.6.4">
<artifact name="atmosphere-spring-echo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-spring-echo', version='2.6.4')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-spring-echo" % "2.6.4"
[org.atmosphere.samples/atmosphere-spring-echo "2.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.atmosphere : atmosphere-runtime | jar | 2.6.4 |
org.springframework : spring-webmvc | jar | 4.2.5.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.4 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |