| GroupId | GroupIdcom.github.dreamroute | 
|---|---|
| ArtifactId | ArtifactIdsqlprinter | 
| Version | Version1.5.6-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| sqlprinter-1.5.6-RELEASE.pom | |
| sqlprinter-1.5.6-RELEASE.jar | 6 KB | 
| sqlprinter-1.5.6-RELEASE-sources.jar | 4 KB | 
| sqlprinter-1.5.6-RELEASE-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/ -->
<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>sqlprinter</artifactId>
    <version>1.5.6-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/
implementation 'com.github.dreamroute:sqlprinter:1.5.6-RELEASE'// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/
implementation ("com.github.dreamroute:sqlprinter:1.5.6-RELEASE")'com.github.dreamroute:sqlprinter:jar:1.5.6-RELEASE'<dependency org="com.github.dreamroute" name="sqlprinter" rev="1.5.6-RELEASE">
  <artifact name="sqlprinter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter', version='1.5.6-RELEASE')
)libraryDependencies += "com.github.dreamroute" % "sqlprinter" % "1.5.6-RELEASE"[com.github.dreamroute/sqlprinter "1.5.6-RELEASE"]