is not current version
Last Version 4.0

com.github.susom:database 2.0

Simplified API for accessing JDBC data sources.

Categories

Categories

Data
GroupId

GroupId

com.github.susom
ArtifactId

ArtifactId

database
Version

Version

2.0
Type

Type

jar

Download database 2.0


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