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