GroupId | GroupIdorg.xerial.thirdparty |
---|---|
ArtifactId | ArtifactIdjdbc-api |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jdbc-api-1.4.pom | |
jdbc-api-1.4.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xerial.thirdparty/jdbc-api/ -->
<dependency>
<groupId>org.xerial.thirdparty</groupId>
<artifactId>jdbc-api</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial.thirdparty/jdbc-api/
implementation 'org.xerial.thirdparty:jdbc-api:1.4'
// https://jarcasting.com/artifacts/org.xerial.thirdparty/jdbc-api/
implementation ("org.xerial.thirdparty:jdbc-api:1.4")
'org.xerial.thirdparty:jdbc-api:jar:1.4'
<dependency org="org.xerial.thirdparty" name="jdbc-api" rev="1.4">
<artifact name="jdbc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial.thirdparty', module='jdbc-api', version='1.4')
)
libraryDependencies += "org.xerial.thirdparty" % "jdbc-api" % "1.4"
[org.xerial.thirdparty/jdbc-api "1.4"]