License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdtk.fishfish |
ArtifactId | ArtifactIdrest-spring-boot-starter |
Last Version | Last Version1.1.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-spring-boot-starter
rest for spring boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/tk.fishfish/rest-spring-boot-starter/ -->
<dependency>
<groupId>tk.fishfish</groupId>
<artifactId>rest-spring-boot-starter</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/tk.fishfish/rest-spring-boot-starter/
implementation 'tk.fishfish:rest-spring-boot-starter:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/tk.fishfish/rest-spring-boot-starter/
implementation ("tk.fishfish:rest-spring-boot-starter:1.1.0.RELEASE")
'tk.fishfish:rest-spring-boot-starter:jar:1.1.0.RELEASE'
<dependency org="tk.fishfish" name="rest-spring-boot-starter" rev="1.1.0.RELEASE">
<artifact name="rest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.fishfish', module='rest-spring-boot-starter', version='1.1.0.RELEASE')
)
libraryDependencies += "tk.fishfish" % "rest-spring-boot-starter" % "1.1.0.RELEASE"
[tk.fishfish/rest-spring-boot-starter "1.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok | jar |