License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bzdyl |
ArtifactId | ArtifactIdsqlex-mapper |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionsqlex-mapper
Map java.sql.SQLException to more a meaningful exceptions hierarchy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlex-mapper-0.1.1.pom | |
sqlex-mapper-0.1.1.jar | 28 KB |
sqlex-mapper-0.1.1-sources.jar | 15 KB |
sqlex-mapper-0.1.1-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bzdyl/sqlex-mapper/ -->
<dependency>
<groupId>net.bzdyl</groupId>
<artifactId>sqlex-mapper</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bzdyl/sqlex-mapper/
implementation 'net.bzdyl:sqlex-mapper:0.1.1'
// https://jarcasting.com/artifacts/net.bzdyl/sqlex-mapper/
implementation ("net.bzdyl:sqlex-mapper:0.1.1")
'net.bzdyl:sqlex-mapper:jar:0.1.1'
<dependency org="net.bzdyl" name="sqlex-mapper" rev="0.1.1">
<artifact name="sqlex-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bzdyl', module='sqlex-mapper', version='0.1.1')
)
libraryDependencies += "net.bzdyl" % "sqlex-mapper" % "0.1.1"
[net.bzdyl/sqlex-mapper "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.3.0 |