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