Download poi-scratchpad-3.12.jar file - Jar p

Jar examples for p:poi-scratchpad

Description

Apache POI - Java API To Access Microsoft Format Files

You can download jar file poi-scratchpad 3.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add poi-scratchpad-3.12.jar to your project.

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

Download

Click the following link to download the jar file.

poi-scratchpad-3.12-javadocs.jar
poi-scratchpad-3.12-sources.jar
poi-scratchpad-3.12.jar
poi-scratchpad-3.12.pom



Related Tutorials