JDBC Wrappers

Classes for intercepting JDBC calls

License

License

GroupId

GroupId

com.github.zerkseez
ArtifactId

ArtifactId

jdbc-wrappers
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JDBC Wrappers
Classes for intercepting JDBC calls
Project URL

Project URL

https://github.com/zerkseez/jdbc-wrapper
Source Code Management

Source Code Management

https://github.com/zerkseez/jdbc-wrapper/tree/master

Download jdbc-wrappers

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

jdbc-wrapper

Classes for intercepting JDBC calls

License

Apache License, Version 2.0

Versions

Version
1.0.0