is not current version
Last Version 20030327.065722

torque:torque 3.1


GroupId

GroupId

torque
ArtifactId

ArtifactId

torque
Version

Version

3.1
Type

Type

jar

Download torque 3.1

Filename Size
torque-3.1.pom
torque-3.1.jar 140 KB
Browse

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