Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.paganini2008.atlantis |
ArtifactId | ArtifactIdvortex-spring-boot-starter |
Version | Version1.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008.atlantis/vortex-spring-boot-starter/ -->
<dependency>
<groupId>com.github.paganini2008.atlantis</groupId>
<artifactId>vortex-spring-boot-starter</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008.atlantis/vortex-spring-boot-starter/
implementation 'com.github.paganini2008.atlantis:vortex-spring-boot-starter:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.paganini2008.atlantis/vortex-spring-boot-starter/
implementation ("com.github.paganini2008.atlantis:vortex-spring-boot-starter:1.0-RC2")
'com.github.paganini2008.atlantis:vortex-spring-boot-starter:jar:1.0-RC2'
<dependency org="com.github.paganini2008.atlantis" name="vortex-spring-boot-starter" rev="1.0-RC2">
<artifact name="vortex-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008.atlantis', module='vortex-spring-boot-starter', version='1.0-RC2')
)
libraryDependencies += "com.github.paganini2008.atlantis" % "vortex-spring-boot-starter" % "1.0-RC2"
[com.github.paganini2008.atlantis/vortex-spring-boot-starter "1.0-RC2"]