is not current version
Last Version 0.0.2.T

com.xiayk.template:spring-boot-template 0.0.1.T

Springboot Jpa CRUD Template

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.xiayk.template
ArtifactId

ArtifactId

spring-boot-template
Version

Version

0.0.1.T
Type

Type

jar

Download spring-boot-template 0.0.1.T


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