| Категории |
КатегорииKeY Данные Data Formats Formal Verification |
|---|---|
| Группа | Группаcom.github.skeychen |
| Идентификатор | Идентификаторdswork-jdbc |
| Версия | Версия8.8.0.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dswork-jdbc-8.8.0.RELEASE.pom | |
| dswork-jdbc-8.8.0.RELEASE.jar | 30 KB |
| dswork-jdbc-8.8.0.RELEASE-sources.jar | 19 KB |
| dswork-jdbc-8.8.0.RELEASE-javadoc.jar | 89 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-jdbc/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-jdbc</artifactId>
<version>8.8.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-jdbc/
implementation 'com.github.skeychen:dswork-jdbc:8.8.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-jdbc/
implementation ("com.github.skeychen:dswork-jdbc:8.8.0.RELEASE")
'com.github.skeychen:dswork-jdbc:jar:8.8.0.RELEASE'
<dependency org="com.github.skeychen" name="dswork-jdbc" rev="8.8.0.RELEASE">
<artifact name="dswork-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-jdbc', version='8.8.0.RELEASE')
)
libraryDependencies += "com.github.skeychen" % "dswork-jdbc" % "8.8.0.RELEASE"
[com.github.skeychen/dswork-jdbc "8.8.0.RELEASE"]