Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdconfig-client-impl-edge |
Version | Version0.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/config-client-impl-edge/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>config-client-impl-edge</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/config-client-impl-edge/
implementation 'com.github.shoothzj:config-client-impl-edge:0.0.8'
// https://jarcasting.com/artifacts/com.github.shoothzj/config-client-impl-edge/
implementation ("com.github.shoothzj:config-client-impl-edge:0.0.8")
'com.github.shoothzj:config-client-impl-edge:jar:0.0.8'
<dependency org="com.github.shoothzj" name="config-client-impl-edge" rev="0.0.8">
<artifact name="config-client-impl-edge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='config-client-impl-edge', version='0.0.8')
)
libraryDependencies += "com.github.shoothzj" % "config-client-impl-edge" % "0.0.8"
[com.github.shoothzj/config-client-impl-edge "0.0.8"]