Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.vertical-blank |
ArtifactId | ArtifactIdsql-formatter |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
sql-formatter-1.0.4.pom | |
sql-formatter-1.0.4.jar | 52 KB |
sql-formatter-1.0.4-sources.jar | 22 KB |
sql-formatter-1.0.4-javadoc.jar | 510 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vertical-blank/sql-formatter/ -->
<dependency>
<groupId>com.github.vertical-blank</groupId>
<artifactId>sql-formatter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vertical-blank/sql-formatter/
implementation 'com.github.vertical-blank:sql-formatter:1.0.4'
// https://jarcasting.com/artifacts/com.github.vertical-blank/sql-formatter/
implementation ("com.github.vertical-blank:sql-formatter:1.0.4")
'com.github.vertical-blank:sql-formatter:jar:1.0.4'
<dependency org="com.github.vertical-blank" name="sql-formatter" rev="1.0.4">
<artifact name="sql-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vertical-blank', module='sql-formatter', version='1.0.4')
)
libraryDependencies += "com.github.vertical-blank" % "sql-formatter" % "1.0.4"
[com.github.vertical-blank/sql-formatter "1.0.4"]