is not current version
Last Version 4.0

com.github.susom:database 1.1

Simplified API for accessing JDBC data sources.

Categories

Categories

Data
GroupId

GroupId

com.github.susom
ArtifactId

ArtifactId

database
Version

Version

1.1
Type

Type

jar

Download database 1.1


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