is not current version
Last Version 2.0.7-RELEASE

com.github.dreamroute:sqlprinter 1.4-RELEASE

print sql replace '?' in sql fragment.

GroupId

GroupId

com.github.dreamroute
ArtifactId

ArtifactId

sqlprinter
Version

Version

1.4-RELEASE
Type

Type

jar

Download sqlprinter 1.4-RELEASE


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