You can download com4j-2.1.jar in this page.
Open Source
com4j-2.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jvnet.com4j/com4j/pom.properties META-INF/maven/org.jvnet.com4j/com4j/pom.xml com4j.CLSCTX.class com4j.COM4J.class com4j.CallbackBuilder.class com4j.Com4jObject.class com4j.ComCollection.class com4j.ComEnum.class com4j.ComException.class com4j.ComMethod.class com4j.ComObjectListener.class com4j.ComThread.class com4j.Const.class com4j.DISPID.class com4j.DefaultMethod.class com4j.DefaultValue.class com4j.DefaultedComMethod.class com4j.DispatchComMethod.class com4j.EnumDictionary.class com4j.ErrorInfo.class com4j.EventCookie.class com4j.EventProxy.class com4j.ExecutionException.class com4j.GUID.class com4j.Holder.class com4j.IConnectionPointContainer.class com4j.IErrorInfo.class com4j.IID.class com4j.IllegalAnnotationException.class com4j.LCID.class com4j.MarshalAs.class com4j.MethodIntrospector.class com4j.Native.class com4j.NativePointerPhantomReference.class com4j.NativeType.class com4j.Optional.class com4j.PropGet.class com4j.PropPut.class com4j.ROT.class com4j.ReturnValue.class com4j.SafeArray.class com4j.StandardComMethod.class com4j.Task.class com4j.UseDefaultValues.class com4j.VTID.class com4j.Variant.class com4j.Win32Lock.class com4j.Wrapper.class com4j.stdole.IEnumVARIANT.class com4j.stdole.IFont.class com4j.stdole.IFontDisp.class com4j.stdole.IPicture.class com4j.stdole.IPictureDisp.class com4j.stdole.LoadPictureConstants.class com4j.stdole.OLE_TRISTATE.class com4j.util.ComObjectCollector.class com4j/com4j-amd64.dll com4j/com4j-x86.dll
com4j-2.1.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jvnet.com4j</groupId> <artifactId>com4j-parent</artifactId> <version>2.1</version> </parent> <artifactId>com4j</artifactId> <version>2.1</version> <name>com4j</name> <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> <executions> <execution> <phase>generate-resources</phase> <configuration> <target> <copy file="../native/${mode}/com4j.dll" tofile="target/classes/com4j/com4j-x86.dll" /> <copy file="../native/x64/${mode}/com4j.dll" tofile="target/classes/com4j/com4j-amd64.dll" /> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <properties> <mode>Release</mode><!-- set to Debug to bundle debug builds of the DLL --> </properties> </project>
<dependency> <groupId>org.jvnet.com4j</groupId> <artifactId>com4j</artifactId> <version>2.1</version> </dependency>
If you think the following com4j-2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.