In this page we are giving Maven Dependency of poi >> poi-scratchpad version2.0-final-20040126
You should include the dependency code given in this page to add Maven Dependency of poi >> poi-scratchpad version2.0-final-20040126 in your project.
In this page we are going to discuss about poi-scratchpad version 2.0-final-20040126 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use poi-scratchpad version 2.0-final-20040126 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of poi-scratchpad version 2.0-final-20040126 and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...
Maven dependency of poi-scratchpad version 2.0-final-20040126:
<dependency> <groupId>poi</groupId> <artifactId>poi-scratchpad</artifactId> <version>2.0-final-20040126</version> </dependency>
Gradle Dependency of poi-scratchpad version 2.0-final-20040126
compile group: 'poi', name: 'poi-scratchpad', version: '2.0-final-20040126'
SBT Dependency of poi-scratchpad version 2.0-final-20040126
libraryDependencies += "poi" % "poi-scratchpad" % "2.0-final-20040126"
Ivy Dependency of poi-scratchpad version 2.0-final-20040126
<dependency org="poi" name="poi-scratchpad" rev="2.0-final-20040126"/>
Grape Dependency of poi-scratchpad version 2.0-final-20040126
@Grapes( @Grab(group='poi', module='poi-scratchpad', version='2.0-final-20040126') )
Leiningen Dependency of poi-scratchpad version 2.0-final-20040126
[poi/poi-scratchpad "2.0-final-20040126"]
Buildr Dependency of poi-scratchpad version 2.0-final-20040126
'poi:poi-scratchpad:jar:2.0-final-20040126'
Advertisements