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