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