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