GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-runtime |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
torque-runtime-4.0.pom | |
torque-runtime-4.0.jar | 223 KB |
torque-runtime-4.0-sources.jar | 275 KB |
torque-runtime-4.0-javadoc.jar | 896 KB |
torque-runtime-4.0-bin.zip | 2 MB |
torque-runtime-4.0-bin.tar.gz | 2 MB |
Browse |
<!-- 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"]