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