Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.daijie |
ArtifactId | ArtifactIddaijie-parent-spring-boot-starter |
Version | Version1.0.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
daijie-parent-spring-boot-starter-1.0.1-RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.daijie/daijie-parent-spring-boot-starter/ -->
<dependency>
<groupId>org.daijie</groupId>
<artifactId>daijie-parent-spring-boot-starter</artifactId>
<version>1.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.daijie/daijie-parent-spring-boot-starter/
implementation 'org.daijie:daijie-parent-spring-boot-starter:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/org.daijie/daijie-parent-spring-boot-starter/
implementation ("org.daijie:daijie-parent-spring-boot-starter:1.0.1-RELEASE")
'org.daijie:daijie-parent-spring-boot-starter:pom:1.0.1-RELEASE'
<dependency org="org.daijie" name="daijie-parent-spring-boot-starter" rev="1.0.1-RELEASE">
<artifact name="daijie-parent-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.daijie', module='daijie-parent-spring-boot-starter', version='1.0.1-RELEASE')
)
libraryDependencies += "org.daijie" % "daijie-parent-spring-boot-starter" % "1.0.1-RELEASE"
[org.daijie/daijie-parent-spring-boot-starter "1.0.1-RELEASE"]