Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdio.scalecube |
ArtifactId | ArtifactIdscalecube-spring-boot-autoconfigure |
Version | Version2.2.2-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-spring-boot-autoconfigure</artifactId>
<version>2.2.2-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-autoconfigure/
implementation 'io.scalecube:scalecube-spring-boot-autoconfigure:2.2.2-RC4'
// https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-autoconfigure/
implementation ("io.scalecube:scalecube-spring-boot-autoconfigure:2.2.2-RC4")
'io.scalecube:scalecube-spring-boot-autoconfigure:jar:2.2.2-RC4'
<dependency org="io.scalecube" name="scalecube-spring-boot-autoconfigure" rev="2.2.2-RC4">
<artifact name="scalecube-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='scalecube-spring-boot-autoconfigure', version='2.2.2-RC4')
)
libraryDependencies += "io.scalecube" % "scalecube-spring-boot-autoconfigure" % "2.2.2-RC4"
[io.scalecube/scalecube-spring-boot-autoconfigure "2.2.2-RC4"]