Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.wpyuan |
ArtifactId | ArtifactIddc-config |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dc-config-0.1.1.pom | |
dc-config-0.1.1.jar | 16 KB |
dc-config-0.1.1-sources.jar | 10 KB |
dc-config-0.1.1-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wpyuan/dc-config/ -->
<dependency>
<groupId>com.github.wpyuan</groupId>
<artifactId>dc-config</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-config/
implementation 'com.github.wpyuan:dc-config:0.1.1'
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-config/
implementation ("com.github.wpyuan:dc-config:0.1.1")
'com.github.wpyuan:dc-config:jar:0.1.1'
<dependency org="com.github.wpyuan" name="dc-config" rev="0.1.1">
<artifact name="dc-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='dc-config', version='0.1.1')
)
libraryDependencies += "com.github.wpyuan" % "dc-config" % "0.1.1"
[com.github.wpyuan/dc-config "0.1.1"]