Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdapp.myoss.cloud |
ArtifactId | ArtifactIdspring-boot-parent |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-parent-1.0.0.RELEASE.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/ -->
<dependency>
<groupId>app.myoss.cloud</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/
implementation 'app.myoss.cloud:spring-boot-parent:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/app.myoss.cloud/spring-boot-parent/
implementation ("app.myoss.cloud:spring-boot-parent:1.0.0.RELEASE")
'app.myoss.cloud:spring-boot-parent:pom:1.0.0.RELEASE'
<dependency org="app.myoss.cloud" name="spring-boot-parent" rev="1.0.0.RELEASE">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.myoss.cloud', module='spring-boot-parent', version='1.0.0.RELEASE')
)
libraryDependencies += "app.myoss.cloud" % "spring-boot-parent" % "1.0.0.RELEASE"
[app.myoss.cloud/spring-boot-parent "1.0.0.RELEASE"]