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