| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sursmobil |
| ArtifactId | ArtifactIdjdac |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDAC
Deployment agnostic configuration library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdac-0.0.2.pom | |
| jdac-0.0.2.jar | 12 KB |
| jdac-0.0.2-sources.jar | 5 KB |
| jdac-0.0.2-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sursmobil/jdac/ -->
<dependency>
<groupId>com.github.sursmobil</groupId>
<artifactId>jdac</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sursmobil/jdac/
implementation 'com.github.sursmobil:jdac:0.0.2'
// https://jarcasting.com/artifacts/com.github.sursmobil/jdac/
implementation ("com.github.sursmobil:jdac:0.0.2")
'com.github.sursmobil:jdac:jar:0.0.2'
<dependency org="com.github.sursmobil" name="jdac" rev="0.0.2">
<artifact name="jdac" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sursmobil', module='jdac', version='0.0.2')
)
libraryDependencies += "com.github.sursmobil" % "jdac" % "0.0.2"
[com.github.sursmobil/jdac "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |