<dependency> <groupId>com.github.skyghis</groupId> <artifactId>j-interop-ng</artifactId> <version>3.5.0</version> </dependency>
implementation 'com.github.skyghis:j-interop-ng:3.5.0'
implementation("com.github.skyghis:j-interop-ng:3.5.0")
libraryDependencies += "com.github.skyghis" % "j-interop-ng" % "3.5.0"
@Grapes( @Grab(group='com.github.skyghis', module='j-interop-ng', version='3.5.0') )
<dependency org="com.github.skyghis" name="j-interop-ng" rev="3.5.0" />
[com.github.skyghis/j-interop-ng "3.5.0"]
'com.github.skyghis:j-interop-ng:jar:3.5.0'
<parent> <groupId>com.github.skyghis</groupId> <artifactId>j-interop-ng-parent</artifactId> <version>3.5.0</version> </parent>
compile
|-- com.github.skyghis:j-interop-ng-deps