не последняя версия
Последняя версия 8.1

io.github.shaohuizhe:jdbc 2.3

jdbc

Группа

Группа

io.github.shaohuizhe
Идентификатор

Идентификатор

jdbc
Версия

Версия

2.3
Тип

Тип

jar

Скачать jdbc 2.3

Имя Файла Размер
jdbc-2.3.pom
jdbc-2.3.jar 236 KB
jdbc-2.3-sources.jar 100 KB
jdbc-2.3-javadoc.jar 654 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/ -->
<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>jdbc</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/
implementation 'io.github.shaohuizhe:jdbc:2.3'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/
implementation ("io.github.shaohuizhe:jdbc:2.3")
'io.github.shaohuizhe:jdbc:jar:2.3'
<dependency org="io.github.shaohuizhe" name="jdbc" rev="2.3">
  <artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='jdbc', version='2.3')
)
libraryDependencies += "io.github.shaohuizhe" % "jdbc" % "2.3"
[io.github.shaohuizhe/jdbc "2.3"]