License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdme.shakiba.jdbi |
ArtifactId | ArtifactIdjdbi-annotation |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjDBI Annotation
JPA annotation extension for jDBI
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdbi-annotation-0.1.1.pom | |
jdbi-annotation-0.1.1.jar | 10 KB |
jdbi-annotation-0.1.1-sources.jar | 2 KB |
jdbi-annotation-0.1.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.shakiba.jdbi/jdbi-annotation/ -->
<dependency>
<groupId>me.shakiba.jdbi</groupId>
<artifactId>jdbi-annotation</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.shakiba.jdbi/jdbi-annotation/
implementation 'me.shakiba.jdbi:jdbi-annotation:0.1.1'
// https://jarcasting.com/artifacts/me.shakiba.jdbi/jdbi-annotation/
implementation ("me.shakiba.jdbi:jdbi-annotation:0.1.1")
'me.shakiba.jdbi:jdbi-annotation:jar:0.1.1'
<dependency org="me.shakiba.jdbi" name="jdbi-annotation" rev="0.1.1">
<artifact name="jdbi-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shakiba.jdbi', module='jdbi-annotation', version='0.1.1')
)
libraryDependencies += "me.shakiba.jdbi" % "jdbi-annotation" % "0.1.1"
[me.shakiba.jdbi/jdbi-annotation "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : persistence-api | jar | 1.0 |
org.jdbi : jdbi | jar | 2.47 |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
com.h2database : h2 | jar | 1.3.170 |
org.testng : testng | jar | 6.8 |