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