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