Categories |
Categoriesconfig Application Layer Libs Configuration Distribution Build Tools |
---|---|
GroupId | GroupIdtech.iooo.coco |
ArtifactId | ArtifactIdiooo-distribution-config |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
iooo-distribution-config-1.0.2.RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.iooo.coco/iooo-distribution-config/ -->
<dependency>
<groupId>tech.iooo.coco</groupId>
<artifactId>iooo-distribution-config</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.iooo.coco/iooo-distribution-config/
implementation 'tech.iooo.coco:iooo-distribution-config:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/tech.iooo.coco/iooo-distribution-config/
implementation ("tech.iooo.coco:iooo-distribution-config:1.0.2.RELEASE")
'tech.iooo.coco:iooo-distribution-config:pom:1.0.2.RELEASE'
<dependency org="tech.iooo.coco" name="iooo-distribution-config" rev="1.0.2.RELEASE">
<artifact name="iooo-distribution-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.iooo.coco', module='iooo-distribution-config', version='1.0.2.RELEASE')
)
libraryDependencies += "tech.iooo.coco" % "iooo-distribution-config" % "1.0.2.RELEASE"
[tech.iooo.coco/iooo-distribution-config "1.0.2.RELEASE"]