License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.cyssxt |
ArtifactId | ArtifactIdspring-boot-base |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptioncommon
Rapid development framework for Spring boot
|
Filename | Size |
---|---|
spring-boot-base-1.0.3.pom | |
spring-boot-base-1.0.3.jar | 154 KB |
spring-boot-base-1.0.3-sources.jar | 76 KB |
spring-boot-base-1.0.3-javadoc.jar | 651 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyssxt/spring-boot-base/ -->
<dependency>
<groupId>com.cyssxt</groupId>
<artifactId>spring-boot-base</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyssxt/spring-boot-base/
implementation 'com.cyssxt:spring-boot-base:1.0.3'
// https://jarcasting.com/artifacts/com.cyssxt/spring-boot-base/
implementation ("com.cyssxt:spring-boot-base:1.0.3")
'com.cyssxt:spring-boot-base:jar:1.0.3'
<dependency org="com.cyssxt" name="spring-boot-base" rev="1.0.3">
<artifact name="spring-boot-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyssxt', module='spring-boot-base', version='1.0.3')
)
libraryDependencies += "com.cyssxt" % "spring-boot-base" % "1.0.3"
[com.cyssxt/spring-boot-base "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-validation | jar | 2.3.4.RELEASE |
com.belerweb : pinyin4j | jar | 2.5.1 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |
com.alibaba : fastjson | jar | 1.2.68 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.4.RELEASE |
javax.interceptor : javax.interceptor-api | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.21 |