is not current version
Last Version 3.3-RC2

org.apache.db.torque:torque 3.3-RC1

Common project descriptor for the Torque project

GroupId

GroupId

org.apache.db.torque
ArtifactId

ArtifactId

torque
Version

Version

3.3-RC1
Type

Type

pom

Download torque 3.3-RC1

Filename Size
torque-3.3-RC1.pom 12 KB
Browse

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