License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.gitee.practice-pine |
ArtifactId | ArtifactIdappoint-api-spring-boot-start |
Version | Version1.0-RELEASES |
Type | Typejar |
Description |
Descriptionappoint-api
appoint-api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gitee.practice-pine/appoint-api-spring-boot-start/ -->
<dependency>
<groupId>com.gitee.practice-pine</groupId>
<artifactId>appoint-api-spring-boot-start</artifactId>
<version>1.0-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.practice-pine/appoint-api-spring-boot-start/
implementation 'com.gitee.practice-pine:appoint-api-spring-boot-start:1.0-RELEASES'
// https://jarcasting.com/artifacts/com.gitee.practice-pine/appoint-api-spring-boot-start/
implementation ("com.gitee.practice-pine:appoint-api-spring-boot-start:1.0-RELEASES")
'com.gitee.practice-pine:appoint-api-spring-boot-start:jar:1.0-RELEASES'
<dependency org="com.gitee.practice-pine" name="appoint-api-spring-boot-start" rev="1.0-RELEASES">
<artifact name="appoint-api-spring-boot-start" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.practice-pine', module='appoint-api-spring-boot-start', version='1.0-RELEASES')
)
libraryDependencies += "com.gitee.practice-pine" % "appoint-api-spring-boot-start" % "1.0-RELEASES"
[com.gitee.practice-pine/appoint-api-spring-boot-start "1.0-RELEASES"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.4 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.4.4 |
org.projectlombok : lombok | jar | 1.18.18 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.3.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-beanutils : commons-beanutils | jar | 1.9.3 |
com.alibaba : fastjson | jar | 1.2.75 |