License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.jerehao |
ArtifactId | ArtifactIddevia-spring-boot-starters |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionuse to server some spring boot starter
|
Filename | Size |
---|---|
devia-spring-boot-starters-1.0.0.pom | 757 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jerehao/devia-spring-boot-starters/ -->
<dependency>
<groupId>com.jerehao</groupId>
<artifactId>devia-spring-boot-starters</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jerehao/devia-spring-boot-starters/
implementation 'com.jerehao:devia-spring-boot-starters:1.0.0'
// https://jarcasting.com/artifacts/com.jerehao/devia-spring-boot-starters/
implementation ("com.jerehao:devia-spring-boot-starters:1.0.0")
'com.jerehao:devia-spring-boot-starters:pom:1.0.0'
<dependency org="com.jerehao" name="devia-spring-boot-starters" rev="1.0.0">
<artifact name="devia-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jerehao', module='devia-spring-boot-starters', version='1.0.0')
)
libraryDependencies += "com.jerehao" % "devia-spring-boot-starters" % "1.0.0"
[com.jerehao/devia-spring-boot-starters "1.0.0"]