Files download
File Operation
jun-groovy-api-spring-boot-starter-1.0.6-RELEASE.jar download
jun-groovy-api-spring-boot-starter-1.0.6-RELEASE.pom download
jun-groovy-api-spring-boot-starter-1.0.6-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wujun728</groupId>
  <artifactId>jun-groovy-api-spring-boot-starter</artifactId>
  <version>1.0.6-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.wujun728:jun-groovy-api-spring-boot-starter:1.0.6-RELEASE'
Gradle Kotlin
implementation("io.github.wujun728:jun-groovy-api-spring-boot-starter:1.0.6-RELEASE")
Scala SBT
libraryDependencies += "io.github.wujun728" % "jun-groovy-api-spring-boot-starter" % "1.0.6-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wujun728', module='jun-groovy-api-spring-boot-starter', version='1.0.6-RELEASE')
)
Apache Ivy
<dependency org="io.github.wujun728" name="jun-groovy-api-spring-boot-starter" rev="1.0.6-RELEASE" />
Leiningen
[io.github.wujun728/jun-groovy-api-spring-boot-starter "1.0.6-RELEASE"]
Apache Buildr
'io.github.wujun728:jun-groovy-api-spring-boot-starter:jar:1.0.6-RELEASE'