GroupId | GroupIdcom.ovea.tajin.framework |
---|---|
ArtifactId | ArtifactIdtajin-templating |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
tajin-templating-3.6.pom | |
tajin-templating-3.6.jar | 56 KB |
tajin-templating-3.6-sources.jar | 15 KB |
tajin-templating-3.6-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovea.tajin.framework/tajin-templating/ -->
<dependency>
<groupId>com.ovea.tajin.framework</groupId>
<artifactId>tajin-templating</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea.tajin.framework/tajin-templating/
implementation 'com.ovea.tajin.framework:tajin-templating:3.6'
// https://jarcasting.com/artifacts/com.ovea.tajin.framework/tajin-templating/
implementation ("com.ovea.tajin.framework:tajin-templating:3.6")
'com.ovea.tajin.framework:tajin-templating:jar:3.6'
<dependency org="com.ovea.tajin.framework" name="tajin-templating" rev="3.6">
<artifact name="tajin-templating" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea.tajin.framework', module='tajin-templating', version='3.6')
)
libraryDependencies += "com.ovea.tajin.framework" % "tajin-templating" % "3.6"
[com.ovea.tajin.framework/tajin-templating "3.6"]