Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.cq1080 |
ArtifactId | ArtifactIdconfig |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
config-0.0.7.pom | |
config-0.0.7.jar | 15 KB |
config-0.0.7-sources.jar | 8 KB |
config-0.0.7-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cq1080/config/ -->
<dependency>
<groupId>com.cq1080</groupId>
<artifactId>config</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.cq1080/config/
implementation 'com.cq1080:config:0.0.7'
// https://jarcasting.com/artifacts/com.cq1080/config/
implementation ("com.cq1080:config:0.0.7")
'com.cq1080:config:jar:0.0.7'
<dependency org="com.cq1080" name="config" rev="0.0.7">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cq1080', module='config', version='0.0.7')
)
libraryDependencies += "com.cq1080" % "config" % "0.0.7"
[com.cq1080/config "0.0.7"]