is not current version
Last Version 0.0.2

com.github.prchen:spring-boot-starter-antares 0.0.1

Antares is an SpringBoot extension used to simplify the process of dynamically registering beans to Spring context.

Categories

Categories

Spring Boot Container Microservices Ant Build Tools
GroupId

GroupId

com.github.prchen
ArtifactId

ArtifactId

spring-boot-starter-antares
Version

Version

0.0.1
Type

Type

jar

Download spring-boot-starter-antares 0.0.1


<!-- 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"]