Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.atomarrow |
ArtifactId | ArtifactIdatomarrow-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.atomarrow/atomarrow-spring-boot-starter/ -->
<dependency>
<groupId>net.atomarrow</groupId>
<artifactId>atomarrow-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.atomarrow/atomarrow-spring-boot-starter/
implementation 'net.atomarrow:atomarrow-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/net.atomarrow/atomarrow-spring-boot-starter/
implementation ("net.atomarrow:atomarrow-spring-boot-starter:1.0.1")
'net.atomarrow:atomarrow-spring-boot-starter:jar:1.0.1'
<dependency org="net.atomarrow" name="atomarrow-spring-boot-starter" rev="1.0.1">
<artifact name="atomarrow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.atomarrow', module='atomarrow-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "net.atomarrow" % "atomarrow-spring-boot-starter" % "1.0.1"
[net.atomarrow/atomarrow-spring-boot-starter "1.0.1"]