is not current version
Last Version 4.0

com.github.susom:database 1.3

Simplified API for accessing JDBC data sources.

Categories

Categories

Data
GroupId

GroupId

com.github.susom
ArtifactId

ArtifactId

database
Version

Version

1.3
Type

Type

jar

Download database 1.3


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