License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
GroupId | GroupIdcom.github.prchen |
ArtifactId | ArtifactIdspring-boot-starter-antares |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionAntares
Antares is an SpringBoot extension used to simplify the process of dynamically registering beans to Spring context.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prchen/spring-boot-starter-antares/
implementation 'com.github.prchen:spring-boot-starter-antares:0.0.2'
// https://jarcasting.com/artifacts/com.github.prchen/spring-boot-starter-antares/
implementation ("com.github.prchen:spring-boot-starter-antares:0.0.2")
'com.github.prchen:spring-boot-starter-antares:jar:0.0.2'
<dependency org="com.github.prchen" name="spring-boot-starter-antares" rev="0.0.2">
<artifact name="spring-boot-starter-antares" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prchen', module='spring-boot-starter-antares', version='0.0.2')
)
libraryDependencies += "com.github.prchen" % "spring-boot-starter-antares" % "0.0.2"
[com.github.prchen/spring-boot-starter-antares "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.0.RELEASE |