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