| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.skyghis |
| Идентификатор | Идентификаторj-interop-ng-deps |
| Версия | Версия3.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеPure Java - COM bridge - Dependencies
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| j-interop-ng-deps-3.1.0.pom | |
| j-interop-ng-deps-3.1.0.jar | 124 KB |
| j-interop-ng-deps-3.1.0-sources.jar | 122 KB |
| j-interop-ng-deps-3.1.0-javadoc.jar | 498 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng-deps/ -->
<dependency>
<groupId>com.github.skyghis</groupId>
<artifactId>j-interop-ng-deps</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng-deps/
implementation 'com.github.skyghis:j-interop-ng-deps:3.1.0'
// https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng-deps/
implementation ("com.github.skyghis:j-interop-ng-deps:3.1.0")
'com.github.skyghis:j-interop-ng-deps:jar:3.1.0'
<dependency org="com.github.skyghis" name="j-interop-ng-deps" rev="3.1.0">
<artifact name="j-interop-ng-deps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skyghis', module='j-interop-ng-deps', version='3.1.0')
)
libraryDependencies += "com.github.skyghis" % "j-interop-ng-deps" % "3.1.0"
[com.github.skyghis/j-interop-ng-deps "3.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| eu.agno3.jcifs : jcifs-ng | jar | 2.1.5 |