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