MVN

net.sf.jacob-project : jacob

Maven & Gradle

Oct 22, 2008
21 usages

JAVA-COM Bridge · 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.

<dependency>
    <groupId>net.sf.jacob-project</groupId>
    <artifactId>jacob</artifactId>
    <version>1.14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jacob-project : jacob to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.3

All Versions

Choose a version of net.sf.jacob-project : jacob to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
jacob-1.14.3

How to add a dependency to Maven

Add the following net.sf.jacob-project : jacob maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jacob-project</groupId>
    <artifactId>jacob</artifactId>
    <version>1.14.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jacob-project : jacob gradle dependency to your build.gradle file:

implementation 'net.sf.jacob-project:jacob:1.14.3'

Gradle Kotlin DSL: Add the following net.sf.jacob-project : jacob gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jacob-project:jacob:1.14.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jacob-project : jacob sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jacob-project" % "jacob" % "1.14.3"

Advertisement