License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases ORM |
GroupId | GroupIdcom.gitlab.mvysny.jdbiorm |
ArtifactId | ArtifactIdjdbi-orm |
Version | Version0.7 |
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.7.pom | |
jdbi-orm-0.7.jar | 42 KB |
jdbi-orm-0.7-sources.jar | 24 KB |
jdbi-orm-0.7-javadoc.jar | 463 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.mvysny.jdbiorm/jdbi-orm/
implementation 'com.gitlab.mvysny.jdbiorm:jdbi-orm:0.7'
// https://jarcasting.com/artifacts/com.gitlab.mvysny.jdbiorm/jdbi-orm/
implementation ("com.gitlab.mvysny.jdbiorm:jdbi-orm:0.7")
'com.gitlab.mvysny.jdbiorm:jdbi-orm:jar:0.7'
<dependency org="com.gitlab.mvysny.jdbiorm" name="jdbi-orm" rev="0.7">
<artifact name="jdbi-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.mvysny.jdbiorm', module='jdbi-orm', version='0.7')
)
libraryDependencies += "com.gitlab.mvysny.jdbiorm" % "jdbi-orm" % "0.7"
[com.gitlab.mvysny.jdbiorm/jdbi-orm "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.13.0 |
javax.validation : validation-api | jar | 2.0.1.Final |
com.intellij : annotations | jar | 12.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |