<dependency>
<groupId>io.github.wujun728</groupId>
<artifactId>jun-groovy-api-spring-boot-starter</artifactId>
<version>1.0.5-RELEASE</version>
</dependency>
libraryDependencies += "io.github.wujun728" % "jun-groovy-api-spring-boot-starter" % "1.0.5-RELEASE"
@Grapes(
@Grab(group='io.github.wujun728', module='jun-groovy-api-spring-boot-starter', version='1.0.5-RELEASE')
)
<dependency org="io.github.wujun728" name="jun-groovy-api-spring-boot-starter" rev="1.0.5-RELEASE" />
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.freemarker:freemarker:2.3.32
|-- org.springframework.boot:spring-boot-starter-freemarker
|-- org.codehaus.groovy:groovy
|-- com.alibaba.fastjson2:fastjson2:2.0.37
|-- commons-io:commons-io:2.11.0
|-- com.google.guava:guava:31.1-jre
|-- io.github.wujun728:jun-mybatis-sql-engine:1.0.0-RELEASE
|-- cn.hutool:hutool-all:5.8.18