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