| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alenfive |
| ArtifactId | ArtifactIdcommon-api-boot-starter |
| Version | Version1.0.3.RELEASE |
| Type | Typejar |
| Description |
Descriptioncommon-api
Demo project for Spring Boot
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.alenfive/common-api-boot-starter/ -->
<dependency>
<groupId>com.github.alenfive</groupId>
<artifactId>common-api-boot-starter</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alenfive/common-api-boot-starter/
implementation 'com.github.alenfive:common-api-boot-starter:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.alenfive/common-api-boot-starter/
implementation ("com.github.alenfive:common-api-boot-starter:1.0.3.RELEASE")
'com.github.alenfive:common-api-boot-starter:jar:1.0.3.RELEASE'
<dependency org="com.github.alenfive" name="common-api-boot-starter" rev="1.0.3.RELEASE">
<artifact name="common-api-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alenfive', module='common-api-boot-starter', version='1.0.3.RELEASE')
)
libraryDependencies += "com.github.alenfive" % "common-api-boot-starter" % "1.0.3.RELEASE"
[com.github.alenfive/common-api-boot-starter "1.0.3.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.2.6.RELEASE |
| mysql : mysql-connector-java | jar | 8.0.19 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.6.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |