| Categories | CategoriesDoma Data ORM | 
|---|---|
| GroupId | GroupIdtec.uom.domain | 
| ArtifactId | ArtifactIduom-cloud | 
| Last Version | Last Version0.9 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionUnits of Measurement for Cloud Computing | 
| Filename | Size | 
|---|---|
| uom-cloud-0.9.pom | 577 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tec.uom.domain/uom-cloud/ -->
<dependency>
    <groupId>tec.uom.domain</groupId>
    <artifactId>uom-cloud</artifactId>
    <version>0.9</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/tec.uom.domain/uom-cloud/
implementation 'tec.uom.domain:uom-cloud:0.9'// https://jarcasting.com/artifacts/tec.uom.domain/uom-cloud/
implementation ("tec.uom.domain:uom-cloud:0.9")'tec.uom.domain:uom-cloud:pom:0.9'<dependency org="tec.uom.domain" name="uom-cloud" rev="0.9">
  <artifact name="uom-cloud" type="pom" />
</dependency>@Grapes(
@Grab(group='tec.uom.domain', module='uom-cloud', version='0.9')
)libraryDependencies += "tec.uom.domain" % "uom-cloud" % "0.9"[tec.uom.domain/uom-cloud "0.9"]