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