License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.numdata |
ArtifactId | ArtifactIdnumdata-db |
Last Version | Last Version1.22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight JDBC / POJO binding library. Much simpler and created before JPA existed.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
numdata-db-1.22.pom | |
numdata-db-1.22.jar | 108 KB |
numdata-db-1.22-sources.jar | 74 KB |
numdata-db-1.22-javadoc.jar | 246 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.numdata/numdata-db/ -->
<dependency>
<groupId>com.numdata</groupId>
<artifactId>numdata-db</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.numdata/numdata-db/
implementation 'com.numdata:numdata-db:1.22'
// https://jarcasting.com/artifacts/com.numdata/numdata-db/
implementation ("com.numdata:numdata-db:1.22")
'com.numdata:numdata-db:jar:1.22'
<dependency org="com.numdata" name="numdata-db" rev="1.22">
<artifact name="numdata-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.numdata', module='numdata-db', version='1.22')
)
libraryDependencies += "com.numdata" % "numdata-db" % "1.22"
[com.numdata/numdata-db "1.22"]
Group / Artifact | Type | Version |
---|---|---|
com.numdata : numdata-commons | jar | 1.22 |
org.jetbrains : annotations | jar | 20.1.0 |
org.json : json | jar | 20210307 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.hsqldb : hsqldb | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.8.0 |