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