scf-simple: scf library for the most common used scenario
SCF extension for Property<String, String> configuration sources.
Usage
Developers
- Qiang Zhao [email protected]
License |
License |
---|---|
GroupId | GroupIdorg.mydotey.scf |
ArtifactId | ArtifactIdscf-simple |
Last Version | Last Version1.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscf-simple
scf extension for <String, String> configuration source
|
Project URL |
Project URL |
Project Organization |
Project Organizationmydotey.org |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scf-simple-1.6.4.pom | |
scf-simple-1.6.4.jar | 40 KB |
scf-simple-1.6.4-tests.jar | 20 KB |
scf-simple-1.6.4-sources.jar | 23 KB |
scf-simple-1.6.4-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.scf/scf-simple/ -->
<dependency>
<groupId>org.mydotey.scf</groupId>
<artifactId>scf-simple</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-simple/
implementation 'org.mydotey.scf:scf-simple:1.6.4'
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-simple/
implementation ("org.mydotey.scf:scf-simple:1.6.4")
'org.mydotey.scf:scf-simple:jar:1.6.4'
<dependency org="org.mydotey.scf" name="scf-simple" rev="1.6.4">
<artifact name="scf-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.scf', module='scf-simple', version='1.6.4')
)
libraryDependencies += "org.mydotey.scf" % "scf-simple" % "1.6.4"
[org.mydotey.scf/scf-simple "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
org.mydotey.scf : scf-core | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
junit : junit | jar | 4.12 |
org.mydotey.cascadedkeymap : cascaded-key-map | jar | 1.0.0 |
SCF extension for Property<String, String> configuration sources.