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