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