Download poi-scratchpad-3.15.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.15 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

poi-scratchpad-3.15-javadoc.jar
poi-scratchpad-3.15-sources.jar
poi-scratchpad-3.15.jar
poi-scratchpad-3.15.pom



Related Tutorials