p

ppa-spring-boot

POM Parent Agrica - Projets Spring Boot
https://github.com/agrica/ppa-springboot
Apache License, Version 2.0
Agrica
Jï¿œrï¿œme Morille
Files download
File Operation
ppa-spring-boot-2.6.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.agrica</groupId>
  <artifactId>ppa-spring-boot</artifactId>
  <version>2.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.agrica:ppa-spring-boot:2.6.0'
Gradle Kotlin
implementation("io.github.agrica:ppa-spring-boot:2.6.0")
Scala SBT
libraryDependencies += "io.github.agrica" % "ppa-spring-boot" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.agrica', module='ppa-spring-boot', version='2.6.0')
)
Apache Ivy
<dependency org="io.github.agrica" name="ppa-spring-boot" rev="2.6.0" />
Leiningen
[io.github.agrica/ppa-spring-boot "2.6.0"]
Apache Buildr
'io.github.agrica:ppa-spring-boot:jar:2.6.0'