<dependency>
<groupId>top.redscorpion</groupId>
<artifactId>redscorpion-template</artifactId>
<version>0.3.1</version>
</dependency>
@Grapes(
@Grab(group='top.redscorpion', module='redscorpion-template', version='0.3.1')
)
<parent> <groupId>top.redscorpion</groupId> <artifactId>redscorpion-parent</artifactId> <version>0.3.1</version> </parent>
compile
|-- top.redscorpion:redscorpion-core
|-- top.redscorpion:redscorpion-log
|-- com.ibeetl:beetl:3.18.0.RELEASE
|-- org.freemarker:freemarker:2.3.33