Download texen-1.0.jar file - Jar t

Jar examples for t:texen

Description

Texen is a general purpose text generating utility based on Apache Velocity and Apache Ant.

You can download jar file texen 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add texen-1.0.jar to your project.

<dependency>
   <groupId>org.apache.texen</groupId>
   <artifactId>texen</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.apache.texen', name: 'texen', version: '1.0'
libraryDependencies += "org.apache.texen" % "texen" % "1.0"
<dependency org="org.apache.texen" name="texen" rev="1.0"/>
@Grapes(@Grab(group='org.apache.texen', module='texen', version='1.0'))
'org.apache.texen:texen:jar:1.0'

Download

Click the following link to download the jar file.

texen-1.0.jar
texen-1.0.pom



Related Tutorials