Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.joschi |
ArtifactId | ArtifactIdjadconfig |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
jadconfig-0.10.1.pom | |
jadconfig-0.10.1.jar | 96 KB |
jadconfig-0.10.1-sources.jar | 66 KB |
jadconfig-0.10.1-javadoc.jar | 478 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.joschi/jadconfig/ -->
<dependency>
<groupId>com.github.joschi</groupId>
<artifactId>jadconfig</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joschi/jadconfig/
implementation 'com.github.joschi:jadconfig:0.10.1'
// https://jarcasting.com/artifacts/com.github.joschi/jadconfig/
implementation ("com.github.joschi:jadconfig:0.10.1")
'com.github.joschi:jadconfig:jar:0.10.1'
<dependency org="com.github.joschi" name="jadconfig" rev="0.10.1">
<artifact name="jadconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joschi', module='jadconfig', version='0.10.1')
)
libraryDependencies += "com.github.joschi" % "jadconfig" % "0.10.1"
[com.github.joschi/jadconfig "0.10.1"]