| GroupId | GroupIdcom.github.dreamroute |
|---|---|
| ArtifactId | ArtifactIdsqlprinter |
| Version | Version1.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| sqlprinter-1.0-RELEASE.pom | |
| sqlprinter-1.0-RELEASE.jar | 6 KB |
| sqlprinter-1.0-RELEASE-sources.jar | 4 KB |
| sqlprinter-1.0-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.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/
implementation 'com.github.dreamroute:sqlprinter:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter/
implementation ("com.github.dreamroute:sqlprinter:1.0-RELEASE")
'com.github.dreamroute:sqlprinter:jar:1.0-RELEASE'
<dependency org="com.github.dreamroute" name="sqlprinter" rev="1.0-RELEASE">
<artifact name="sqlprinter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter', version='1.0-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "sqlprinter" % "1.0-RELEASE"
[com.github.dreamroute/sqlprinter "1.0-RELEASE"]