Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.czy1024 |
ArtifactId | ArtifactIdapi-spring-boot-starter |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.czy1024/api-spring-boot-starter/ -->
<dependency>
<groupId>com.github.czy1024</groupId>
<artifactId>api-spring-boot-starter</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/api-spring-boot-starter/
implementation 'com.github.czy1024:api-spring-boot-starter:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.czy1024/api-spring-boot-starter/
implementation ("com.github.czy1024:api-spring-boot-starter:1.0.1-RELEASE")
'com.github.czy1024:api-spring-boot-starter:jar:1.0.1-RELEASE'
<dependency org="com.github.czy1024" name="api-spring-boot-starter" rev="1.0.1-RELEASE">
<artifact name="api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='api-spring-boot-starter', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.czy1024" % "api-spring-boot-starter" % "1.0.1-RELEASE"
[com.github.czy1024/api-spring-boot-starter "1.0.1-RELEASE"]