is not current version
Last Version 1.2.0

com.github.braisdom:JDrucker 1.0.1

Do what you do best, and outsource the rest.Make the Java do business logic only, make the SQL do data query and update.

GroupId

GroupId

com.github.braisdom
ArtifactId

ArtifactId

JDrucker
Version

Version

1.0.1
Type

Type

jar

Download JDrucker 1.0.1


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