is not current version
Last Version 2.1.3

tech.uom:uom-parent 1.2

Units of Measurement Project Parent POM

GroupId

GroupId

tech.uom
ArtifactId

ArtifactId

uom-parent
Version

Version

1.2
Type

Type

pom

Download uom-parent 1.2

Filename Size
uom-parent-1.2.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/tech.uom/uom-parent/ -->
<dependency>
    <groupId>tech.uom</groupId>
    <artifactId>uom-parent</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.uom/uom-parent/
implementation 'tech.uom:uom-parent:1.2'
// https://jarcasting.com/artifacts/tech.uom/uom-parent/
implementation ("tech.uom:uom-parent:1.2")
'tech.uom:uom-parent:pom:1.2'
<dependency org="tech.uom" name="uom-parent" rev="1.2">
  <artifact name="uom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.uom', module='uom-parent', version='1.2')
)
libraryDependencies += "tech.uom" % "uom-parent" % "1.2"
[tech.uom/uom-parent "1.2"]