<dependency>
<groupId>io.github.wujun728</groupId>
<artifactId>jun-groovy-api-spring-boot-starter</artifactId>
<version>1.0.0-releases</version>
</dependency>
implementation("io.github.wujun728:jun-groovy-api-spring-boot-starter:1.0.0-releases")
libraryDependencies += "io.github.wujun728" % "jun-groovy-api-spring-boot-starter" % "1.0.0-releases"
@Grapes(
@Grab(group='io.github.wujun728', module='jun-groovy-api-spring-boot-starter', version='1.0.0-releases')
)
<dependency org="io.github.wujun728" name="jun-groovy-api-spring-boot-starter" rev="1.0.0-releases" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.2.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.codehaus.groovy:groovy
|-- com.alibaba.fastjson2:fastjson2:2.0.29
|-- commons-io:commons-io:2.11.0
|-- com.google.guava:guava:31.1-jre
|-- io.github.freakchick:orange:1.0