License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.longhaoteng |
ArtifactId | ArtifactIdapi-spring-boot-starter |
Version | Version1.0.7 |
Type | Typejar |
Description |
Descriptionapi core
Single entry web API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.longhaoteng/api-spring-boot-starter/ -->
<dependency>
<groupId>com.github.longhaoteng</groupId>
<artifactId>api-spring-boot-starter</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.longhaoteng/api-spring-boot-starter/
implementation 'com.github.longhaoteng:api-spring-boot-starter:1.0.7'
// https://jarcasting.com/artifacts/com.github.longhaoteng/api-spring-boot-starter/
implementation ("com.github.longhaoteng:api-spring-boot-starter:1.0.7")
'com.github.longhaoteng:api-spring-boot-starter:jar:1.0.7'
<dependency org="com.github.longhaoteng" name="api-spring-boot-starter" rev="1.0.7">
<artifact name="api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.longhaoteng', module='api-spring-boot-starter', version='1.0.7')
)
libraryDependencies += "com.github.longhaoteng" % "api-spring-boot-starter" % "1.0.7"
[com.github.longhaoteng/api-spring-boot-starter "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.5.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.8 |
org.apache.commons : commons-lang3 | jar | 3.7 |
commons-codec : commons-codec | jar | 1.13 |
com.google.guava : guava | jar | 23.0 |