MVN

com.github.skyghis : j-interop-ng-parent

Maven & Gradle

Mar 30, 2023
10 stars

Pure Java - COM bridge - Parent · Implementation of DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component. The implementation is itself purely in Java and does not use JNI to provide COM access. This is a cleaned-up and improved version of the j-Interop library. Based on j-interop kohsuke work, and modified to use jcifs-ng.

<dependency>
    <groupId>com.github.skyghis</groupId>
    <artifactId>j-interop-ng-parent</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skyghis : j-interop-ng-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.5.1

All Versions

Choose a version of com.github.skyghis : j-interop-ng-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
j-interop-ng-parent-3.5.1
j-interop-ng-parent-3.5.0
3.4.x
j-interop-ng-parent-3.4.0
3.3.x
j-interop-ng-parent-3.3.0
3.2.x
j-interop-ng-parent-3.2.0
3.1.x
j-interop-ng-parent-3.1.0
3.0.x
j-interop-ng-parent-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.skyghis</groupId>
    <artifactId>j-interop-ng-parent</artifactId>
    <version>3.5.1</version>
</dependency>

Advertisement