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 | ArtifactIdconf |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMinidev configuration file parsser
minidev common properties.
|
Project Organization |
Project OrganizationChemouni Uriel |
Filename | Size |
---|---|
conf-1.0.7.pom | |
conf-1.0.7.jar | 24 KB |
conf-1.0.7-sources.jar | 10 KB |
conf-1.0.7-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.minidev/conf/ -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>conf</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.minidev/conf/
implementation 'net.minidev:conf:1.0.7'
// https://jarcasting.com/artifacts/net.minidev/conf/
implementation ("net.minidev:conf:1.0.7")
'net.minidev:conf:jar:1.0.7'
<dependency org="net.minidev" name="conf" rev="1.0.7">
<artifact name="conf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.minidev', module='conf', version='1.0.7')
)
libraryDependencies += "net.minidev" % "conf" % "1.0.7"
[net.minidev/conf "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
net.minidev : json-smart | jar | 2.1.1 |
net.minidev : commons | jar | 1.0.7 |
com.mchange : c3p0 | jar | 0.9.2 |
net.minidev : db | 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.