License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.rainingsince |
ArtifactId | ArtifactIdspring-boot-web |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring boot 快速启动模板
|
Filename | Size |
---|---|
spring-boot-web-1.0.0.pom | |
spring-boot-web-1.0.0.jar | 2 KB |
spring-boot-web-1.0.0-sources.jar | 2 KB |
spring-boot-web-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rainingsince/spring-boot-web/ -->
<dependency>
<groupId>com.rainingsince</groupId>
<artifactId>spring-boot-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rainingsince/spring-boot-web/
implementation 'com.rainingsince:spring-boot-web:1.0.0'
// https://jarcasting.com/artifacts/com.rainingsince/spring-boot-web/
implementation ("com.rainingsince:spring-boot-web:1.0.0")
'com.rainingsince:spring-boot-web:jar:1.0.0'
<dependency org="com.rainingsince" name="spring-boot-web" rev="1.0.0">
<artifact name="spring-boot-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rainingsince', module='spring-boot-web', version='1.0.0')
)
libraryDependencies += "com.rainingsince" % "spring-boot-web" % "1.0.0"
[com.rainingsince/spring-boot-web "1.0.0"]