License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.way |
ArtifactId | ArtifactIdsql |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: way :: sql
A lightweight and type-safe Java8 SQL library.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sql-0.4.1.pom | |
sql-0.4.1.jar | 564 KB |
sql-0.4.1-sources.jar | 279 KB |
sql-0.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.way/sql/ -->
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>sql</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/sql/
implementation 'br.com.objectos.way:sql:0.4.1'
// https://jarcasting.com/artifacts/br.com.objectos.way/sql/
implementation ("br.com.objectos.way:sql:0.4.1")
'br.com.objectos.way:sql:jar:0.4.1'
<dependency org="br.com.objectos.way" name="sql" rev="0.4.1">
<artifact name="sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='sql', version='0.4.1')
)
libraryDependencies += "br.com.objectos.way" % "sql" % "0.4.1"
[br.com.objectos.way/sql "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.way : db | jar | 0.4.1 |
br.com.objectos.way : schema | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.way : assertion | jar | 0.4.1 |
br.com.objectos.way : sql-db-testing | jar | 0.4.1 |
br.com.objectos.way : sql-type-testing | jar | 0.4.1 |
com.google.guava : guava | jar | 18.0 |