Download texin-0.3.3-RELEASE.jar file - Jar t

Jar examples for t:texin

Description

With Texin you have to implement only one reader to process different spreadsheet-files (XLSX, CSV, TXT)

You can download jar file texin 0.3.3-RELEASE in this page.

License

MIT License

Build File

You can use the following script to add texin-0.3.3-RELEASE.jar to your project.

<dependency>
   <groupId>com.itelg</groupId>
   <artifactId>texin</artifactId>
   <version>0.3.3-RELEASE</version>
</dependency>
compile group: 'com.itelg', name: 'texin', version: '0.3.3-RELEASE'
libraryDependencies += "com.itelg" % "texin" % "0.3.3-RELEASE"
<dependency org="com.itelg" name="texin" rev="0.3.3-RELEASE"/>
@Grapes(@Grab(group='com.itelg', module='texin', version='0.3.3-RELEASE'))
'com.itelg:texin:jar:0.3.3-RELEASE'

Download

Click the following link to download the jar file.

texin-0.3.3-RELEASE-javadoc.jar
texin-0.3.3-RELEASE-sources.jar
texin-0.3.3-RELEASE.jar
texin-0.3.3-RELEASE.pom



Related Tutorials