<dependency>
<groupId>com.ovea.tajin.framework</groupId>
<artifactId>tajin-templating</artifactId>
<version>3.7</version>
</dependency>
@Grapes(
@Grab(group='com.ovea.tajin.framework', module='tajin-templating', version='3.7')
)
<parent> <groupId>com.ovea.tajin.framework</groupId> <artifactId>tajin-framework</artifactId> <version>3.7</version> </parent>
compile
|-- com.ovea.tajin.framework:tajin-core
provided
|-- org.sonatype.sisu:sisu-guice
|-- javax.servlet:javax.servlet-api
test
|-- junit:junit-dep