| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.rumati.sql |
| ArtifactId | ArtifactIdsqlblocks |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQLBlocks
A Java API for creating portable SQL statements.
|
| Filename | Size |
|---|---|
| sqlblocks-1.0.1.pom | |
| sqlblocks-1.0.1.jar | 33 KB |
| sqlblocks-1.0.1-sources.jar | 28 KB |
| sqlblocks-1.0.1-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.rumati.sql/sqlblocks/ -->
<dependency>
<groupId>net.rumati.sql</groupId>
<artifactId>sqlblocks</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.sql/sqlblocks/
implementation 'net.rumati.sql:sqlblocks:1.0.1'
// https://jarcasting.com/artifacts/net.rumati.sql/sqlblocks/
implementation ("net.rumati.sql:sqlblocks:1.0.1")
'net.rumati.sql:sqlblocks:jar:1.0.1'
<dependency org="net.rumati.sql" name="sqlblocks" rev="1.0.1">
<artifact name="sqlblocks" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rumati.sql', module='sqlblocks', version='1.0.1')
)
libraryDependencies += "net.rumati.sql" % "sqlblocks" % "1.0.1"
[net.rumati.sql/sqlblocks "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |