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