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