Maven Repository - POM file for Template torque-templates 1.1.1 1.1.1

Summary

Torque Templates.

This is the Kuali version of ASF's torque Velocity macro templates.

Declaration

Here is the list of declaration for torque-templates. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.kuali.db.impex</groupId>
   <artifactId>torque-templates</artifactId>
   <version>1.1.1</version>
</dependency>

If you think this Maven repository POM file listing for torque-templates is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kuali.db.impex</groupId>
    <artifactId>impex</artifactId>
    <version>1.1.1</version>
  </parent>
  <artifactId>torque-templates</artifactId>
  <name>Torque Templates</name>
  <description>This is the Kuali version of ASF's torque Velocity macro templates</description>
</project>