is not current version
Last Version 1.3.0

org.mydotey.scf:scf 1.0.3

simple configuration facade

GroupId

GroupId

org.mydotey.scf
ArtifactId

ArtifactId

scf
Version

Version

1.0.3
Type

Type

jar

Download scf 1.0.3

Filename Size
scf-1.0.3.pom 7 KB
scf-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.scf/scf/
implementation 'org.mydotey.scf:scf:1.0.3'
// https://jarcasting.com/artifacts/org.mydotey.scf/scf/
implementation ("org.mydotey.scf:scf:1.0.3")
'org.mydotey.scf:scf:jar:1.0.3'
<dependency org="org.mydotey.scf" name="scf" rev="1.0.3">
  <artifact name="scf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.scf', module='scf', version='1.0.3')
)
libraryDependencies += "org.mydotey.scf" % "scf" % "1.0.3"
[org.mydotey.scf/scf "1.0.3"]