GroupId | GroupIdco.streamx.fluent |
---|---|
ArtifactId | ArtifactIdsql-grammar |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
sql-grammar-1.0.15.pom | |
sql-grammar-1.0.15.jar | 109 KB |
sql-grammar-1.0.15-sources.jar | 62 KB |
sql-grammar-1.0.15-javadoc.jar | 607 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.streamx.fluent/sql-grammar/ -->
<dependency>
<groupId>co.streamx.fluent</groupId>
<artifactId>sql-grammar</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/sql-grammar/
implementation 'co.streamx.fluent:sql-grammar:1.0.15'
// https://jarcasting.com/artifacts/co.streamx.fluent/sql-grammar/
implementation ("co.streamx.fluent:sql-grammar:1.0.15")
'co.streamx.fluent:sql-grammar:jar:1.0.15'
<dependency org="co.streamx.fluent" name="sql-grammar" rev="1.0.15">
<artifact name="sql-grammar" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='sql-grammar', version='1.0.15')
)
libraryDependencies += "co.streamx.fluent" % "sql-grammar" % "1.0.15"
[co.streamx.fluent/sql-grammar "1.0.15"]