JDBC utilities build

Common code for JDBC

License

License

GroupId

GroupId

no.priv.bang.jdbc
ArtifactId

ArtifactId

jdbc
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JDBC utilities build
Common code for JDBC
Source Code Management

Source Code Management

https://github.com/steinarb/jdbc

Download jdbc

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jdbc.datasourceproxy

Versions

Version
1.1.1
1.1.0
1.0.0