文件下载
文件名 操作
j-interop-ng-3.2.0.jar 下载
j-interop-ng-3.2.0.pom 下载
j-interop-ng-3.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.skyghis</groupId>
  <artifactId>j-interop-ng</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.skyghis:j-interop-ng:3.2.0'
Gradle Kotlin
implementation("com.github.skyghis:j-interop-ng:3.2.0")
Scala SBT
libraryDependencies += "com.github.skyghis" % "j-interop-ng" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skyghis', module='j-interop-ng', version='3.2.0')
)
Apache Ivy
<dependency org="com.github.skyghis" name="j-interop-ng" rev="3.2.0" />
Leiningen
[com.github.skyghis/j-interop-ng "3.2.0"]
Apache Buildr
'com.github.skyghis:j-interop-ng:jar:3.2.0'