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