| GroupId | GroupIdorg.kuali.common |
|---|---|
| ArtifactId | ArtifactIdtorque-generator |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| torque-generator-2.0.1.pom | |
| torque-generator-2.0.1.jar | 232 KB |
| torque-generator-2.0.1-tests.jar | 14 KB |
| torque-generator-2.0.1-sources.jar | 173 KB |
| torque-generator-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.common/torque-generator/
implementation 'org.kuali.common:torque-generator:2.0.1'
// https://jarcasting.com/artifacts/org.kuali.common/torque-generator/
implementation ("org.kuali.common:torque-generator:2.0.1")
'org.kuali.common:torque-generator:jar:2.0.1'
<dependency org="org.kuali.common" name="torque-generator" rev="2.0.1">
<artifact name="torque-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.common', module='torque-generator', version='2.0.1')
)
libraryDependencies += "org.kuali.common" % "torque-generator" % "2.0.1"
[org.kuali.common/torque-generator "2.0.1"]