Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.skeychen |
ArtifactId | ArtifactIddswork-jdbc |
Version | Version8.8.0 |
Type | Typejar |
Filename | Size |
---|---|
dswork-jdbc-8.8.0.pom | |
dswork-jdbc-8.8.0.jar | 30 KB |
dswork-jdbc-8.8.0-sources.jar | 18 KB |
dswork-jdbc-8.8.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-jdbc/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-jdbc</artifactId>
<version>8.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-jdbc/
implementation 'com.github.skeychen:dswork-jdbc:8.8.0'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-jdbc/
implementation ("com.github.skeychen:dswork-jdbc:8.8.0")
'com.github.skeychen:dswork-jdbc:jar:8.8.0'
<dependency org="com.github.skeychen" name="dswork-jdbc" rev="8.8.0">
<artifact name="dswork-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-jdbc', version='8.8.0')
)
libraryDependencies += "com.github.skeychen" % "dswork-jdbc" % "8.8.0"
[com.github.skeychen/dswork-jdbc "8.8.0"]