is not current version
Last Version 5.1

org.apache.torque:torque 3.3

Common project descriptor for the Torque project

GroupId

GroupId

org.apache.torque
ArtifactId

ArtifactId

torque
Version

Version

3.3
Type

Type

pom

Download torque 3.3

Filename Size
torque-3.3.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.torque/torque/ -->
<dependency>
    <groupId>org.apache.torque</groupId>
    <artifactId>torque</artifactId>
    <version>3.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque/
implementation 'org.apache.torque:torque:3.3'
// https://jarcasting.com/artifacts/org.apache.torque/torque/
implementation ("org.apache.torque:torque:3.3")
'org.apache.torque:torque:pom:3.3'
<dependency org="org.apache.torque" name="torque" rev="3.3">
  <artifact name="torque" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque', version='3.3')
)
libraryDependencies += "org.apache.torque" % "torque" % "3.3"
[org.apache.torque/torque "3.3"]