| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.lxchinesszz |
| ArtifactId | ArtifactIdtomato-spring-boot-starter |
| Version | Version1.0.6.RELEASE |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.lxchinesszz/tomato-spring-boot-starter/ -->
<dependency>
<groupId>com.github.lxchinesszz</groupId>
<artifactId>tomato-spring-boot-starter</artifactId>
<version>1.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lxchinesszz/tomato-spring-boot-starter/
implementation 'com.github.lxchinesszz:tomato-spring-boot-starter:1.0.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.lxchinesszz/tomato-spring-boot-starter/
implementation ("com.github.lxchinesszz:tomato-spring-boot-starter:1.0.6.RELEASE")
'com.github.lxchinesszz:tomato-spring-boot-starter:jar:1.0.6.RELEASE'
<dependency org="com.github.lxchinesszz" name="tomato-spring-boot-starter" rev="1.0.6.RELEASE">
<artifact name="tomato-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lxchinesszz', module='tomato-spring-boot-starter', version='1.0.6.RELEASE')
)
libraryDependencies += "com.github.lxchinesszz" % "tomato-spring-boot-starter" % "1.0.6.RELEASE"
[com.github.lxchinesszz/tomato-spring-boot-starter "1.0.6.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.1.RELEASE |
| org.projectlombok : lombok | jar | 1.18.10 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.apache.maven.plugins : maven-source-plugin | jar | 2.4 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |