GroupId | GroupIdcom.github.ns2j |
---|---|
ArtifactId | ArtifactIdnos2jdbc |
Version | Version1.7.0 |
Type | Typepom |
Filename | Size |
---|---|
nos2jdbc-1.7.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ns2j/nos2jdbc/ -->
<dependency>
<groupId>com.github.ns2j</groupId>
<artifactId>nos2jdbc</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ns2j/nos2jdbc/
implementation 'com.github.ns2j:nos2jdbc:1.7.0'
// https://jarcasting.com/artifacts/com.github.ns2j/nos2jdbc/
implementation ("com.github.ns2j:nos2jdbc:1.7.0")
'com.github.ns2j:nos2jdbc:pom:1.7.0'
<dependency org="com.github.ns2j" name="nos2jdbc" rev="1.7.0">
<artifact name="nos2jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ns2j', module='nos2jdbc', version='1.7.0')
)
libraryDependencies += "com.github.ns2j" % "nos2jdbc" % "1.7.0"
[com.github.ns2j/nos2jdbc "1.7.0"]