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