License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.xiayk.template |
ArtifactId | ArtifactIdspring-boot-template |
Version | Version0.0.1.A |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
<!-- 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.A</version>
</dependency>
// https://jarcasting.com/artifacts/com.xiayk.template/spring-boot-template/
implementation 'com.xiayk.template:spring-boot-template:0.0.1.A'
// https://jarcasting.com/artifacts/com.xiayk.template/spring-boot-template/
implementation ("com.xiayk.template:spring-boot-template:0.0.1.A")
'com.xiayk.template:spring-boot-template:jar:0.0.1.A'
<dependency org="com.xiayk.template" name="spring-boot-template" rev="0.0.1.A">
<artifact name="spring-boot-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xiayk.template', module='spring-boot-template', version='0.0.1.A')
)
libraryDependencies += "com.xiayk.template" % "spring-boot-template" % "0.0.1.A"
[com.xiayk.template/spring-boot-template "0.0.1.A"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.2 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.4.2 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.4.2 |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 |