GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-templates |
Version | Version3.3 |
Type | Typejar |
Filename | Size |
---|---|
torque-templates-3.3.pom | |
torque-templates-3.3.jar | 200 KB |
torque-templates-3.3-sources.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.torque/torque-templates/ -->
<dependency>
<groupId>org.apache.torque</groupId>
<artifactId>torque-templates</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque-templates/
implementation 'org.apache.torque:torque-templates:3.3'
// https://jarcasting.com/artifacts/org.apache.torque/torque-templates/
implementation ("org.apache.torque:torque-templates:3.3")
'org.apache.torque:torque-templates:jar:3.3'
<dependency org="org.apache.torque" name="torque-templates" rev="3.3">
<artifact name="torque-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque-templates', version='3.3')
)
libraryDependencies += "org.apache.torque" % "torque-templates" % "3.3"
[org.apache.torque/torque-templates "3.3"]