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