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