Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.kuali.maven.impex |
ArtifactId | ArtifactIdtorque-templates |
Version | Version1.0.19 |
Type | Typejar |
Filename | Size |
---|---|
torque-templates-1.0.19.pom | |
torque-templates-1.0.19.jar | 37 KB |
torque-templates-1.0.19-sources.jar | 35 KB |
torque-templates-1.0.19-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.maven.impex/torque-templates/ -->
<dependency>
<groupId>org.kuali.maven.impex</groupId>
<artifactId>torque-templates</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.maven.impex/torque-templates/
implementation 'org.kuali.maven.impex:torque-templates:1.0.19'
// https://jarcasting.com/artifacts/org.kuali.maven.impex/torque-templates/
implementation ("org.kuali.maven.impex:torque-templates:1.0.19")
'org.kuali.maven.impex:torque-templates:jar:1.0.19'
<dependency org="org.kuali.maven.impex" name="torque-templates" rev="1.0.19">
<artifact name="torque-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.maven.impex', module='torque-templates', version='1.0.19')
)
libraryDependencies += "org.kuali.maven.impex" % "torque-templates" % "1.0.19"
[org.kuali.maven.impex/torque-templates "1.0.19"]