License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.way |
ArtifactId | ArtifactIdsql-legacy |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: way :: sql :: legacy
A lightweight and type-safe Java8 SQL library.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sql-legacy-0.4.1.pom | |
sql-legacy-0.4.1.jar | 15 KB |
sql-legacy-0.4.1-sources.jar | 14 KB |
sql-legacy-0.4.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.way/sql-legacy/ -->
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>sql-legacy</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/sql-legacy/
implementation 'br.com.objectos.way:sql-legacy:0.4.1'
// https://jarcasting.com/artifacts/br.com.objectos.way/sql-legacy/
implementation ("br.com.objectos.way:sql-legacy:0.4.1")
'br.com.objectos.way:sql-legacy:jar:0.4.1'
<dependency org="br.com.objectos.way" name="sql-legacy" rev="0.4.1">
<artifact name="sql-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='sql-legacy', version='0.4.1')
)
libraryDependencies += "br.com.objectos.way" % "sql-legacy" % "0.4.1"
[br.com.objectos.way/sql-legacy "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.way : sql-legacy-core | jar | 0.4.1 |
com.google.inject : guice | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.way : assertion | jar | 0.4.1 |
mysql : mysql-connector-java | jar | 5.1.21 |