| GroupId | GroupIdorg.kuali.common |
|---|---|
| ArtifactId | ArtifactIdtorque-generator |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| torque-generator-2.0.0.pom | |
| torque-generator-2.0.0.jar | 230 KB |
| torque-generator-2.0.0-tests.jar | 14 KB |
| torque-generator-2.0.0-sources.jar | 172 KB |
| torque-generator-2.0.0-javadoc.jar | 1010 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.common/torque-generator/ -->
<dependency>
<groupId>org.kuali.common</groupId>
<artifactId>torque-generator</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.common/torque-generator/
implementation 'org.kuali.common:torque-generator:2.0.0'
// https://jarcasting.com/artifacts/org.kuali.common/torque-generator/
implementation ("org.kuali.common:torque-generator:2.0.0")
'org.kuali.common:torque-generator:jar:2.0.0'
<dependency org="org.kuali.common" name="torque-generator" rev="2.0.0">
<artifact name="torque-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.common', module='torque-generator', version='2.0.0')
)
libraryDependencies += "org.kuali.common" % "torque-generator" % "2.0.0"
[org.kuali.common/torque-generator "2.0.0"]