GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-templates |
Version | Version4.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
torque-templates-4.0-beta1.pom | |
torque-templates-4.0-beta1.zip | 4 MB |
torque-templates-4.0-beta1-sources.jar | 406 KB |
torque-templates-4.0-beta1-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.torque/torque-templates/ -->
<dependency>
<groupId>org.apache.torque</groupId>
<artifactId>torque-templates</artifactId>
<version>4.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque-templates/
implementation 'org.apache.torque:torque-templates:4.0-beta1'
// https://jarcasting.com/artifacts/org.apache.torque/torque-templates/
implementation ("org.apache.torque:torque-templates:4.0-beta1")
'org.apache.torque:torque-templates:jar:4.0-beta1'
<dependency org="org.apache.torque" name="torque-templates" rev="4.0-beta1">
<artifact name="torque-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque-templates', version='4.0-beta1')
)
libraryDependencies += "org.apache.torque" % "torque-templates" % "4.0-beta1"
[org.apache.torque/torque-templates "4.0-beta1"]