GroupId | GroupIdcom.github.dreamroute |
---|---|
ArtifactId | ArtifactIdsqlprinter |
Version | Version1.4-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sqlprinter-1.4-RELEASE.pom | |
sqlprinter-1.4-RELEASE.jar | 6 KB |
sqlprinter-1.4-RELEASE-sources.jar | 4 KB |
sqlprinter-1.4-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.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"]