Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdconfig-client-api |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
config-client-api-0.0.5.pom | |
config-client-api-0.0.5.jar | 6 KB |
config-client-api-0.0.5-sources.jar | 5 KB |
config-client-api-0.0.5-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/config-client-api/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>config-client-api</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/config-client-api/
implementation 'com.github.shoothzj:config-client-api:0.0.5'
// https://jarcasting.com/artifacts/com.github.shoothzj/config-client-api/
implementation ("com.github.shoothzj:config-client-api:0.0.5")
'com.github.shoothzj:config-client-api:jar:0.0.5'
<dependency org="com.github.shoothzj" name="config-client-api" rev="0.0.5">
<artifact name="config-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='config-client-api', version='0.0.5')
)
libraryDependencies += "com.github.shoothzj" % "config-client-api" % "0.0.5"
[com.github.shoothzj/config-client-api "0.0.5"]