License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases ORM |
GroupId | GroupIdcom.gitlab.mvysny.jdbiorm |
ArtifactId | ArtifactIdjdbi-orm |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDBI-ORM
A very simple persistence framework, built on top of JDBI
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdbi-orm-0.8.pom | |
jdbi-orm-0.8.jar | 34 KB |
jdbi-orm-0.8-sources.jar | 22 KB |
jdbi-orm-0.8-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.mvysny.jdbiorm/jdbi-orm/ -->
<dependency>
<groupId>com.gitlab.mvysny.jdbiorm</groupId>
<artifactId>jdbi-orm</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.mvysny.jdbiorm/jdbi-orm/
implementation 'com.gitlab.mvysny.jdbiorm:jdbi-orm:0.8'
// https://jarcasting.com/artifacts/com.gitlab.mvysny.jdbiorm/jdbi-orm/
implementation ("com.gitlab.mvysny.jdbiorm:jdbi-orm:0.8")
'com.gitlab.mvysny.jdbiorm:jdbi-orm:jar:0.8'
<dependency org="com.gitlab.mvysny.jdbiorm" name="jdbi-orm" rev="0.8">
<artifact name="jdbi-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.mvysny.jdbiorm', module='jdbi-orm', version='0.8')
)
libraryDependencies += "com.gitlab.mvysny.jdbiorm" % "jdbi-orm" % "0.8"
[com.gitlab.mvysny.jdbiorm/jdbi-orm "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.27.0 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.jetbrains : annotations | jar | 22.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
com.github.ben-manes.caffeine : caffeine | jar | 2.9.3 |