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