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