is not current version
Last Version 1.0.1

net.rumati.sql:sqlblocks 1.0.0

A Java API for creating portable SQL statements.

Categories

Categories

Net
GroupId

GroupId

net.rumati.sql
ArtifactId

ArtifactId

sqlblocks
Version

Version

1.0.0
Type

Type

jar

Download sqlblocks 1.0.0


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