<dependency>
<groupId>io.github.wujun728</groupId>
<artifactId>jun-groovy-api-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
libraryDependencies += "io.github.wujun728" % "jun-groovy-api-spring-boot-starter" % "0.0.1"
@Grapes(
@Grab(group='io.github.wujun728', module='jun-groovy-api-spring-boot-starter', version='0.0.1')
)
<dependency org="io.github.wujun728" name="jun-groovy-api-spring-boot-starter" rev="0.0.1" />
<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-starter
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-configuration-processor
|-- com.alibaba:fastjson:1.2.62
|-- io.springfox:springfox-swagger2:2.9.2