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