is not current version
Last Version 5.1

org.apache.torque:torque-runtime 4.0


GroupId

GroupId

org.apache.torque
ArtifactId

ArtifactId

torque-runtime
Version

Version

4.0
Type

Type

jar

Download torque-runtime 4.0


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