Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.lxchinesszz |
ArtifactId | ArtifactIdtomato-spring-boot-starter |
Version | Version1.0.5.RELEASE |
Type | Typejar |
<!-- 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.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lxchinesszz/tomato-spring-boot-starter/
implementation 'com.github.lxchinesszz:tomato-spring-boot-starter:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.lxchinesszz/tomato-spring-boot-starter/
implementation ("com.github.lxchinesszz:tomato-spring-boot-starter:1.0.5.RELEASE")
'com.github.lxchinesszz:tomato-spring-boot-starter:jar:1.0.5.RELEASE'
<dependency org="com.github.lxchinesszz" name="tomato-spring-boot-starter" rev="1.0.5.RELEASE">
<artifact name="tomato-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lxchinesszz', module='tomato-spring-boot-starter', version='1.0.5.RELEASE')
)
libraryDependencies += "com.github.lxchinesszz" % "tomato-spring-boot-starter" % "1.0.5.RELEASE"
[com.github.lxchinesszz/tomato-spring-boot-starter "1.0.5.RELEASE"]