Files download
File Operation
j-interop-ng-3.1.0.jar download
j-interop-ng-3.1.0.pom download
j-interop-ng-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.skyghis</groupId>
  <artifactId>j-interop-ng</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.skyghis:j-interop-ng:3.1.0'
Gradle Kotlin
implementation("com.github.skyghis:j-interop-ng:3.1.0")
Scala SBT
libraryDependencies += "com.github.skyghis" % "j-interop-ng" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skyghis', module='j-interop-ng', version='3.1.0')
)
Apache Ivy
<dependency org="com.github.skyghis" name="j-interop-ng" rev="3.1.0" />
Leiningen
[com.github.skyghis/j-interop-ng "3.1.0"]
Apache Buildr
'com.github.skyghis:j-interop-ng:jar:3.1.0'