is not current version
Last Version 0.0.2

com.github.sursmobil:jdac 0.0.1

Deployment agnostic configuration library for Java

GroupId

GroupId

com.github.sursmobil
ArtifactId

ArtifactId

jdac
Version

Version

0.0.1
Type

Type

jar

Download jdac 0.0.1


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