Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdconfig |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
config-0.9.1.pom | |
config-0.9.1.jar | 32 KB |
config-0.9.1-sources.jar | 8 KB |
config-0.9.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/config/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>config</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/config/
implementation 'com.github.marks-yag:config:0.9.1'
// https://jarcasting.com/artifacts/com.github.marks-yag/config/
implementation ("com.github.marks-yag:config:0.9.1")
'com.github.marks-yag:config:jar:0.9.1'
<dependency org="com.github.marks-yag" name="config" rev="0.9.1">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='config', version='0.9.1')
)
libraryDependencies += "com.github.marks-yag" % "config" % "0.9.1"
[com.github.marks-yag/config "0.9.1"]