Download jacob-1.18.jar file

Introduction

You can download jacob-1.18.jar in this page.

License

GNU Library or Lesser General Public License (LGPL)

Type List

jacob-1.18.jar file has the following types.

META-INF/JacobVersion.properties
META-INF/MANIFEST.MF
com.jacob.activeX.ActiveXComponent.class
com.jacob.activeX.ActiveXDispatchEvents.class
com.jacob.activeX.ActiveXInvocationProxy.class
com.jacob.com.ComException.class
com.jacob.com.ComFailException.class
com.jacob.com.ComThread.class
com.jacob.com.Currency.class
com.jacob.com.DateUtilities.class
com.jacob.com.Dispatch.class
com.jacob.com.DispatchEvents.class
com.jacob.com.DispatchIdentifier.class
com.jacob.com.DispatchNullProgramId.class
com.jacob.com.DispatchProxy.class
com.jacob.com.EnumVariant.class
com.jacob.com.InvocationProxy.class
com.jacob.com.InvocationProxyAllVariants.class
com.jacob.com.JacobException.class
com.jacob.com.JacobObject.class
com.jacob.com.JacobReleaseInfo.class
com.jacob.com.LibraryLoader.class
com.jacob.com.MainSTA.class
com.jacob.com.NotImplementedException.class
com.jacob.com.ROT.class
com.jacob.com.STA.class
com.jacob.com.SafeArray.class
com.jacob.com.Variant.class
com.jacob.com.VariantUtilities.class
com.jacob.com.VariantViaEvent.class
com.jacob.com.WrongThreadException.class

Pom

jacob-1.18.pom file content.

<project>

	<modelVersion>4.0.0</modelVersion>
	<groupId>com.hynnet</groupId>
<!--
	<groupId>net.sf.jacob-project</groupId>
-->
	<artifactId>jacob</artifactId>
	<version>1.18</version>
	<packaging>jar</packaging>

	<name>JAVA-COM Bridge</name>
	<url>http://code.google.com/webtoolkit/</url>
	<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.</description>
	<licenses>
		<license>
			<name>GNU Library or Lesser General Public License (LGPL)</name>
			<url>http://www.gnu.org/copyleft/lesser.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://jacob-project.cvs.sourceforge.net/jacob-project</url>
	</scm>
	<developers>
		<developer>
			<name>dev</name>
			<id>dev</id>
			<email>dev@hynnet.com</email>
			<organization>hynnet, Inc.</organization>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
	</developers>

	<dependencies/>

</project>

POM Entry

<dependency>
   <groupId>com.hynnet</groupId>
   <artifactId>jacob</artifactId>
   <version>1.18</version>
</dependency>

Download

If you think the following jacob-1.18.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jacob-1.18.jar file




PreviousNext

Related