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