Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdsql-formatter |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sql-formatter-2.1.0.pom | |
sql-formatter-2.1.0.jar | 67 KB |
sql-formatter-2.1.0-sources.jar | 22 bytes |
sql-formatter-2.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/sql-formatter/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>sql-formatter</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sql-formatter/
implementation 'org.webjars.npm:sql-formatter:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/sql-formatter/
implementation ("org.webjars.npm:sql-formatter:2.1.0")
'org.webjars.npm:sql-formatter:jar:2.1.0'
<dependency org="org.webjars.npm" name="sql-formatter" rev="2.1.0">
<artifact name="sql-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sql-formatter', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "sql-formatter" % "2.1.0"
[org.webjars.npm/sql-formatter "2.1.0"]