Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdspring-boot-sample-atmosphere |
Version | Version2.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/spring-boot-sample-atmosphere/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>spring-boot-sample-atmosphere</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/spring-boot-sample-atmosphere/
implementation 'org.atmosphere.samples:spring-boot-sample-atmosphere:2.5.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/spring-boot-sample-atmosphere/
implementation ("org.atmosphere.samples:spring-boot-sample-atmosphere:2.5.3")
'org.atmosphere.samples:spring-boot-sample-atmosphere:jar:2.5.3'
<dependency org="org.atmosphere.samples" name="spring-boot-sample-atmosphere" rev="2.5.3">
<artifact name="spring-boot-sample-atmosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='spring-boot-sample-atmosphere', version='2.5.3')
)
libraryDependencies += "org.atmosphere.samples" % "spring-boot-sample-atmosphere" % "2.5.3"
[org.atmosphere.samples/spring-boot-sample-atmosphere "2.5.3"]