GroupId | GroupIdorg.apache.torque |
---|---|
ArtifactId | ArtifactIdtorque-generator |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
torque-generator-4.0.pom | |
torque-generator-4.0.jar | 297 KB |
torque-generator-4.0-sources.jar | 353 KB |
torque-generator-4.0-javadoc.jar | 1 MB |
torque-generator-4.0-bin.zip | 4 MB |
torque-generator-4.0-bin.tar.gz | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.torque/torque-generator/ -->
<dependency>
<groupId>org.apache.torque</groupId>
<artifactId>torque-generator</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.torque/torque-generator/
implementation 'org.apache.torque:torque-generator:4.0'
// https://jarcasting.com/artifacts/org.apache.torque/torque-generator/
implementation ("org.apache.torque:torque-generator:4.0")
'org.apache.torque:torque-generator:jar:4.0'
<dependency org="org.apache.torque" name="torque-generator" rev="4.0">
<artifact name="torque-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.torque', module='torque-generator', version='4.0')
)
libraryDependencies += "org.apache.torque" % "torque-generator" % "4.0"
[org.apache.torque/torque-generator "4.0"]