Download jacob-1.14.3.jar file - Jar j

Jar examples for j:jacob

Description

JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs.

You can download jar file jacob 1.14.3 in this page.

License

GNU Library or Lesser General Public License (LGPL)

Build File

You can use the following script to add jacob-1.14.3.jar to your project.

<dependency>
   <groupId>net.sf.jacob-project</groupId>
   <artifactId>jacob</artifactId>
   <version>1.14.3</version>
</dependency>
compile group: 'net.sf.jacob-project', name: 'jacob', version: '1.14.3'
libraryDependencies += "net.sf.jacob-project" % "jacob" % "1.14.3"
<dependency org="net.sf.jacob-project" name="jacob" rev="1.14.3"/>
@Grapes(@Grab(group='net.sf.jacob-project', module='jacob', version='1.14.3'))
'net.sf.jacob-project:jacob:jar:1.14.3'

Download

Click the following link to download the jar file.

jacob-1.14.3-javadoc.jar
jacob-1.14.3-sources.jar
jacob-1.14.3.jar
jacob-1.14.3.pom



Related Tutorials