a

agile-spring-boot-plugins

Files download
File Operation
agile-spring-boot-plugins-1.0.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile</groupId>
  <artifactId>agile-spring-boot-plugins</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile:agile-spring-boot-plugins:1.0.4'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile:agile-spring-boot-plugins:1.0.4")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile" % "agile-spring-boot-plugins" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile', module='agile-spring-boot-plugins', version='1.0.4')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile" name="agile-spring-boot-plugins" rev="1.0.4" />
Leiningen
[io.github.thebesteric.framework.agile/agile-spring-boot-plugins "1.0.4"]
Apache Buildr
'io.github.thebesteric.framework.agile:agile-spring-boot-plugins:jar:1.0.4'