is not current version
Last Version 5.1

org.apache.torque:torque-runtime 3.3


GroupId

GroupId

org.apache.torque
ArtifactId

ArtifactId

torque-runtime
Version

Version

3.3
Type

Type

jar

Download torque-runtime 3.3


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