Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.scalecube |
ArtifactId | ArtifactIdscalecube-spring-boot-starter |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
scalecube-spring-boot-starter-2.2.2.pom | |
scalecube-spring-boot-starter-2.2.2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-starter/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-spring-boot-starter</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-starter/
implementation 'io.scalecube:scalecube-spring-boot-starter:2.2.2'
// https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-starter/
implementation ("io.scalecube:scalecube-spring-boot-starter:2.2.2")
'io.scalecube:scalecube-spring-boot-starter:jar:2.2.2'
<dependency org="io.scalecube" name="scalecube-spring-boot-starter" rev="2.2.2">
<artifact name="scalecube-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='scalecube-spring-boot-starter', version='2.2.2')
)
libraryDependencies += "io.scalecube" % "scalecube-spring-boot-starter" % "2.2.2"
[io.scalecube/scalecube-spring-boot-starter "2.2.2"]