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