j

j-interop-ng-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.
https://github.com/skyghis/j-interop-ng
GNU LGPLv3
SkyghiS
Files download
File Operation
j-interop-ng-parent-3.5.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.skyghis</groupId>
  <artifactId>j-interop-ng-parent</artifactId>
  <version>3.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.skyghis:j-interop-ng-parent:3.5.1'
Gradle Kotlin
implementation("com.github.skyghis:j-interop-ng-parent:3.5.1")
Scala SBT
libraryDependencies += "com.github.skyghis" % "j-interop-ng-parent" % "3.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skyghis', module='j-interop-ng-parent', version='3.5.1')
)
Apache Ivy
<dependency org="com.github.skyghis" name="j-interop-ng-parent" rev="3.5.1" />
Leiningen
[com.github.skyghis/j-interop-ng-parent "3.5.1"]
Apache Buildr
'com.github.skyghis:j-interop-ng-parent:jar:3.5.1'
Dependencies
The project has no third-party dependencies