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