legacy
old code base, that have to be replace or split to new project.
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Net |
GroupId | GroupIdnet.minidev |
ArtifactId | ArtifactIddb |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMinidev database helper
minidev common properties.
|
Project Organization |
Project OrganizationChemouni Uriel |
Filename | Size |
---|---|
db-1.0.7.pom | |
db-1.0.7.jar | 19 KB |
db-1.0.7-sources.jar | 8 KB |
db-1.0.7-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.minidev/db/ -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>db</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.minidev/db/
implementation 'net.minidev:db:1.0.7'
// https://jarcasting.com/artifacts/net.minidev/db/
implementation ("net.minidev:db:1.0.7")
'net.minidev:db:jar:1.0.7'
<dependency org="net.minidev" name="db" rev="1.0.7">
<artifact name="db" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.minidev', module='db', version='1.0.7')
)
libraryDependencies += "net.minidev" % "db" % "1.0.7"
[net.minidev/db "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
net.minidev : json-smart | jar | 2.1.1 |
net.minidev : commons | jar | 1.0.7 |
org.springframework : spring-jdbc | jar | 4.0.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
old code base, that have to be replace or split to new project.