Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.lontime |
ArtifactId | ArtifactIdspring-boot-starter-parent |
Version | Version1.0.0-M12 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-parent-1.0.0-M12.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/spring-boot-starter-parent/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0-M12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/spring-boot-starter-parent/
implementation 'com.github.lontime:spring-boot-starter-parent:1.0.0-M12'
// https://jarcasting.com/artifacts/com.github.lontime/spring-boot-starter-parent/
implementation ("com.github.lontime:spring-boot-starter-parent:1.0.0-M12")
'com.github.lontime:spring-boot-starter-parent:pom:1.0.0-M12'
<dependency org="com.github.lontime" name="spring-boot-starter-parent" rev="1.0.0-M12">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='spring-boot-starter-parent', version='1.0.0-M12')
)
libraryDependencies += "com.github.lontime" % "spring-boot-starter-parent" % "1.0.0-M12"
[com.github.lontime/spring-boot-starter-parent "1.0.0-M12"]