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