Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.bitbucket.leito |
ArtifactId | ArtifactIdsqlformatter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sqlformatter-1.0.1.pom | |
sqlformatter-1.0.1.jar | 9 KB |
sqlformatter-1.0.1-sources.jar | 5 KB |
sqlformatter-1.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.leito/sqlformatter/ -->
<dependency>
<groupId>org.bitbucket.leito</groupId>
<artifactId>sqlformatter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.leito/sqlformatter/
implementation 'org.bitbucket.leito:sqlformatter:1.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.leito/sqlformatter/
implementation ("org.bitbucket.leito:sqlformatter:1.0.1")
'org.bitbucket.leito:sqlformatter:jar:1.0.1'
<dependency org="org.bitbucket.leito" name="sqlformatter" rev="1.0.1">
<artifact name="sqlformatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.leito', module='sqlformatter', version='1.0.1')
)
libraryDependencies += "org.bitbucket.leito" % "sqlformatter" % "1.0.1"
[org.bitbucket.leito/sqlformatter "1.0.1"]