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.

License

License

GroupId

GroupId

com.github.skyghis
ArtifactId

ArtifactId

j-interop-ng-parent
Last Version

Last Version

3.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/skyghis/j-interop-ng
Source Code Management

Source Code Management

https://github.com/skyghis/j-interop-ng

Download j-interop-ng-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng-parent/ -->
<dependency>
    <groupId>com.github.skyghis</groupId>
    <artifactId>j-interop-ng-parent</artifactId>
    <version>3.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng-parent/
implementation 'com.github.skyghis:j-interop-ng-parent:3.4.0'
// https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng-parent/
implementation ("com.github.skyghis:j-interop-ng-parent:3.4.0")
'com.github.skyghis:j-interop-ng-parent:pom:3.4.0'
<dependency org="com.github.skyghis" name="j-interop-ng-parent" rev="3.4.0">
  <artifact name="j-interop-ng-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skyghis', module='j-interop-ng-parent', version='3.4.0')
)
libraryDependencies += "com.github.skyghis" % "j-interop-ng-parent" % "3.4.0"
[com.github.skyghis/j-interop-ng-parent "3.4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • j-interop
  • j-interopdeps

Versions

Version
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0