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