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