t

tajin-templating

Files download
File Operation
tajin-templating-3.3.jar download
tajin-templating-3.3.pom download
tajin-templating-3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ovea.tajin.framework</groupId>
  <artifactId>tajin-templating</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'com.ovea.tajin.framework:tajin-templating:3.3'
Gradle Kotlin
implementation("com.ovea.tajin.framework:tajin-templating:3.3")
Scala SBT
libraryDependencies += "com.ovea.tajin.framework" % "tajin-templating" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.ovea.tajin.framework', module='tajin-templating', version='3.3')
)
Apache Ivy
<dependency org="com.ovea.tajin.framework" name="tajin-templating" rev="3.3" />
Leiningen
[com.ovea.tajin.framework/tajin-templating "3.3"]
Apache Buildr
'com.ovea.tajin.framework:tajin-templating:jar:3.3'