GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-generator |
Version | Version4.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.torque/torque-generator/ -->
<dependency>
<groupId>org.apache.torque</groupId>
<artifactId>torque-generator</artifactId>
<version>4.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque-generator/
implementation 'org.apache.torque:torque-generator:4.0-beta1'
// https://jarcasting.com/artifacts/org.apache.torque/torque-generator/
implementation ("org.apache.torque:torque-generator:4.0-beta1")
'org.apache.torque:torque-generator:jar:4.0-beta1'
<dependency org="org.apache.torque" name="torque-generator" rev="4.0-beta1">
<artifact name="torque-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque-generator', version='4.0-beta1')
)
libraryDependencies += "org.apache.torque" % "torque-generator" % "4.0-beta1"
[org.apache.torque/torque-generator "4.0-beta1"]