is not current version
Last Version 1.0.17

co.streamx.fluent:sql-grammar 1.0.11

Fluent SQL grammar

GroupId

GroupId

co.streamx.fluent
ArtifactId

ArtifactId

sql-grammar
Version

Version

1.0.11
Type

Type

jar

Download sql-grammar 1.0.11


<!-- https://jarcasting.com/artifacts/co.streamx.fluent/sql-grammar/ -->
<dependency>
    <groupId>co.streamx.fluent</groupId>
    <artifactId>sql-grammar</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/sql-grammar/
implementation 'co.streamx.fluent:sql-grammar:1.0.11'
// https://jarcasting.com/artifacts/co.streamx.fluent/sql-grammar/
implementation ("co.streamx.fluent:sql-grammar:1.0.11")
'co.streamx.fluent:sql-grammar:jar:1.0.11'
<dependency org="co.streamx.fluent" name="sql-grammar" rev="1.0.11">
  <artifact name="sql-grammar" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='sql-grammar', version='1.0.11')
)
libraryDependencies += "co.streamx.fluent" % "sql-grammar" % "1.0.11"
[co.streamx.fluent/sql-grammar "1.0.11"]