GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-runtime |
Version | Version4.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
torque-runtime-4.0-beta1.pom | |
torque-runtime-4.0-beta1.jar | 218 KB |
torque-runtime-4.0-beta1-sources.jar | 267 KB |
torque-runtime-4.0-beta1-javadoc.jar | 869 KB |
torque-runtime-4.0-beta1-bin.zip | 2 MB |
torque-runtime-4.0-beta1-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-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque-runtime/
implementation 'org.apache.torque:torque-runtime:4.0-beta1'
// https://jarcasting.com/artifacts/org.apache.torque/torque-runtime/
implementation ("org.apache.torque:torque-runtime:4.0-beta1")
'org.apache.torque:torque-runtime:jar:4.0-beta1'
<dependency org="org.apache.torque" name="torque-runtime" rev="4.0-beta1">
<artifact name="torque-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque-runtime', version='4.0-beta1')
)
libraryDependencies += "org.apache.torque" % "torque-runtime" % "4.0-beta1"
[org.apache.torque/torque-runtime "4.0-beta1"]