Maginatics JDBC lint

JDBC lint helps Java programmers write correct and efficient code when using the JDBC API.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.maginatics
ArtifactId

ArtifactId

jdbclint
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Maginatics JDBC lint
JDBC lint helps Java programmers write correct and efficient code when using the JDBC API.
Project URL

Project URL

https://github.com/maginatics/jdbclint

Download jdbclint

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.h2database : h2 jar 1.3.175

Project Modules

There are no modules declared in this project.
com.maginatics

Maginatics

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0