| License |
License |
|---|---|
| GroupId | GroupIdbr.com.objectos.way |
| ArtifactId | ArtifactIdsql-db-testing |
| Last Version | Last Version0.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionobjectos :: way :: sql :: db :: testing
A lightweight and type-safe Java8 SQL library.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sql-db-testing-0.4.1.pom | |
| sql-db-testing-0.4.1.jar | 4 KB |
| sql-db-testing-0.4.1-sources.jar | 2 KB |
| sql-db-testing-0.4.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.way/sql-db-testing/ -->
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>sql-db-testing</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/sql-db-testing/
implementation 'br.com.objectos.way:sql-db-testing:0.4.1'
// https://jarcasting.com/artifacts/br.com.objectos.way/sql-db-testing/
implementation ("br.com.objectos.way:sql-db-testing:0.4.1")
'br.com.objectos.way:sql-db-testing:jar:0.4.1'
<dependency org="br.com.objectos.way" name="sql-db-testing" rev="0.4.1">
<artifact name="sql-db-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='sql-db-testing', version='0.4.1')
)
libraryDependencies += "br.com.objectos.way" % "sql-db-testing" % "0.4.1"
[br.com.objectos.way/sql-db-testing "0.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| br.com.objectos.way : db | jar | 0.4.1 |
| br.com.objectos.way : db-mysql | jar | 0.4.1 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.12 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| ch.qos.logback : logback-core | jar | 1.1.3 |
| mysql : mysql-connector-java | jar | 5.1.21 |