| GroupId | GroupIdcom.github.skyghis |
|---|---|
| ArtifactId | ArtifactIdj-interop-ng |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| j-interop-ng-3.0.0.pom | |
| j-interop-ng-3.0.0.jar | 279 KB |
| j-interop-ng-3.0.0-sources.jar | 235 KB |
| j-interop-ng-3.0.0-javadoc.jar | 546 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng/ -->
<dependency>
<groupId>com.github.skyghis</groupId>
<artifactId>j-interop-ng</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng/
implementation 'com.github.skyghis:j-interop-ng:3.0.0'
// https://jarcasting.com/artifacts/com.github.skyghis/j-interop-ng/
implementation ("com.github.skyghis:j-interop-ng:3.0.0")
'com.github.skyghis:j-interop-ng:jar:3.0.0'
<dependency org="com.github.skyghis" name="j-interop-ng" rev="3.0.0">
<artifact name="j-interop-ng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skyghis', module='j-interop-ng', version='3.0.0')
)
libraryDependencies += "com.github.skyghis" % "j-interop-ng" % "3.0.0"
[com.github.skyghis/j-interop-ng "3.0.0"]