GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-runtime |
Version | Version3.3-RC3 |
Type | Typejar |
Filename | Size |
---|---|
torque-runtime-3.3-RC3.pom | |
torque-runtime-3.3-RC3.jar | 165 KB |
torque-runtime-3.3-RC3-sources.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.torque/torque-runtime/ -->
<dependency>
<groupId>org.apache.torque</groupId>
<artifactId>torque-runtime</artifactId>
<version>3.3-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque-runtime/
implementation 'org.apache.torque:torque-runtime:3.3-RC3'
// https://jarcasting.com/artifacts/org.apache.torque/torque-runtime/
implementation ("org.apache.torque:torque-runtime:3.3-RC3")
'org.apache.torque:torque-runtime:jar:3.3-RC3'
<dependency org="org.apache.torque" name="torque-runtime" rev="3.3-RC3">
<artifact name="torque-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque-runtime', version='3.3-RC3')
)
libraryDependencies += "org.apache.torque" % "torque-runtime" % "3.3-RC3"
[org.apache.torque/torque-runtime "3.3-RC3"]