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