License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.minlia.cloud.starter |
ArtifactId | ArtifactIdcloud-starter-data |
Version | Version2.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionCloud Starter Data
Cloud Starter Data
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.minlia.cloud.starter/cloud-starter-data/ -->
<dependency>
<groupId>com.minlia.cloud.starter</groupId>
<artifactId>cloud-starter-data</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.minlia.cloud.starter/cloud-starter-data/
implementation 'com.minlia.cloud.starter:cloud-starter-data:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.minlia.cloud.starter/cloud-starter-data/
implementation ("com.minlia.cloud.starter:cloud-starter-data:2.0.0.RELEASE")
'com.minlia.cloud.starter:cloud-starter-data:jar:2.0.0.RELEASE'
<dependency org="com.minlia.cloud.starter" name="cloud-starter-data" rev="2.0.0.RELEASE">
<artifact name="cloud-starter-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.minlia.cloud.starter', module='cloud-starter-data', version='2.0.0.RELEASE')
)
libraryDependencies += "com.minlia.cloud.starter" % "cloud-starter-data" % "2.0.0.RELEASE"
[com.minlia.cloud.starter/cloud-starter-data "2.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.0.RELEASE |
org.projectlombok : lombok Optional | jar | 1.16.18 |
org.apache.commons : commons-lang3 Optional | jar | 3.7 |
org.springframework.boot : spring-boot-starter-security Optional | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc Optional | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.0.RELEASE |
com.minlia.cloud.starter : cloud-starter-stateful | jar | 2.0.0.RELEASE |
com.baomidou : mybatis-plus | jar | 2.2.0 |
com.baomidou : mybatis-plus-boot-starter | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.0.RELEASE |