is not current version
Last Version 1.3.0

org.mydotey.scf:scf 0.2.1

simple configuration facade

GroupId

GroupId

org.mydotey.scf
ArtifactId

ArtifactId

scf
Version

Version

0.2.1
Type

Type

pom

Download scf 0.2.1

Filename Size
scf-0.2.1.pom 6 KB
Browse

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