is not current version
Last Version 1.6.4

org.mydotey.scf:scf-simple 1.3.0

simple configuration facade simple usage

GroupId

GroupId

org.mydotey.scf
ArtifactId

ArtifactId

scf-simple
Version

Version

1.3.0
Type

Type

jar

Download scf-simple 1.3.0


<!-- https://jarcasting.com/artifacts/org.mydotey.scf/scf-simple/ -->
<dependency>
    <groupId>org.mydotey.scf</groupId>
    <artifactId>scf-simple</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-simple/
implementation 'org.mydotey.scf:scf-simple:1.3.0'
// https://jarcasting.com/artifacts/org.mydotey.scf/scf-simple/
implementation ("org.mydotey.scf:scf-simple:1.3.0")
'org.mydotey.scf:scf-simple:jar:1.3.0'
<dependency org="org.mydotey.scf" name="scf-simple" rev="1.3.0">
  <artifact name="scf-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.scf', module='scf-simple', version='1.3.0')
)
libraryDependencies += "org.mydotey.scf" % "scf-simple" % "1.3.0"
[org.mydotey.scf/scf-simple "1.3.0"]