Pure Java - COM bridge

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.

Лицензия

Лицензия

Группа

Группа

com.github.skyghis
Идентификатор

Идентификатор

j-interop-ng
Последняя версия

Последняя версия

3.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Pure Java - COM bridge
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

Скачать j-interop-ng

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.skyghis : j-interop-ng-deps jar 3.4.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0