License |
License |
---|---|
GroupId | GroupIdcom.github.quintans |
ArtifactId | ArtifactIdsimplejdbc |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionSimpleJDBC
Utility class for an eazy JDBC
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplejdbc-1.4.0.pom | |
simplejdbc-1.4.0.jar | 23 KB |
simplejdbc-1.4.0-sources.jar | 15 KB |
simplejdbc-1.4.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.quintans/simplejdbc/ -->
<dependency>
<groupId>com.github.quintans</groupId>
<artifactId>simplejdbc</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.quintans/simplejdbc/
implementation 'com.github.quintans:simplejdbc:1.4.0'
// https://jarcasting.com/artifacts/com.github.quintans/simplejdbc/
implementation ("com.github.quintans:simplejdbc:1.4.0")
'com.github.quintans:simplejdbc:jar:1.4.0'
<dependency org="com.github.quintans" name="simplejdbc" rev="1.4.0">
<artifact name="simplejdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.quintans', module='simplejdbc', version='1.4.0')
)
libraryDependencies += "com.github.quintans" % "simplejdbc" % "1.4.0"
[com.github.quintans/simplejdbc "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |