Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.anji-plus |
ArtifactId | ArtifactIdspring-boot-gaea |
Version | Version2.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anji-plus/spring-boot-gaea/ -->
<dependency>
<groupId>com.anji-plus</groupId>
<artifactId>spring-boot-gaea</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.anji-plus/spring-boot-gaea/
implementation 'com.anji-plus:spring-boot-gaea:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.anji-plus/spring-boot-gaea/
implementation ("com.anji-plus:spring-boot-gaea:2.0.2.RELEASE")
'com.anji-plus:spring-boot-gaea:jar:2.0.2.RELEASE'
<dependency org="com.anji-plus" name="spring-boot-gaea" rev="2.0.2.RELEASE">
<artifact name="spring-boot-gaea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anji-plus', module='spring-boot-gaea', version='2.0.2.RELEASE')
)
libraryDependencies += "com.anji-plus" % "spring-boot-gaea" % "2.0.2.RELEASE"
[com.anji-plus/spring-boot-gaea "2.0.2.RELEASE"]