is not current version
Last Version 1.3.0

org.mydotey.scf:scf 1.0.2

simple configuration facade

GroupId

GroupId

org.mydotey.scf
ArtifactId

ArtifactId

scf
Version

Version

1.0.2
Type

Type

jar

Download scf 1.0.2

Filename Size
scf-1.0.2.pom 7 KB
scf-1.0.2-tests.jar 2 KB
Browse

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