GroupId | GroupIdcom.highgo |
---|---|
ArtifactId | ArtifactIdHgdbJdbc |
Version | Version6.0.0.jre8 |
Type | Typejar |
Filename | Size |
---|---|
HgdbJdbc-6.0.0.jre8.pom | |
HgdbJdbc-6.0.0.jre8-sources.jar | 507 bytes |
HgdbJdbc-6.0.0.jre8-javadoc.jar | 556 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.highgo/HgdbJdbc/ -->
<dependency>
<groupId>com.highgo</groupId>
<artifactId>HgdbJdbc</artifactId>
<version>6.0.0.jre8</version>
</dependency>
// https://jarcasting.com/artifacts/com.highgo/HgdbJdbc/
implementation 'com.highgo:HgdbJdbc:6.0.0.jre8'
// https://jarcasting.com/artifacts/com.highgo/HgdbJdbc/
implementation ("com.highgo:HgdbJdbc:6.0.0.jre8")
'com.highgo:HgdbJdbc:jar:6.0.0.jre8'
<dependency org="com.highgo" name="HgdbJdbc" rev="6.0.0.jre8">
<artifact name="HgdbJdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.highgo', module='HgdbJdbc', version='6.0.0.jre8')
)
libraryDependencies += "com.highgo" % "HgdbJdbc" % "6.0.0.jre8"
[com.highgo/HgdbJdbc "6.0.0.jre8"]