u

uom-energy-quantity

Units of Measurement Energy Reusable Quantities
https://unitsofmeasurement.github.io/uom-domain/
BSD 3-Clause
Werner Keil
文件下载
文件名 操作
uom-energy-quantity-2.0.jar 下载
uom-energy-quantity-2.0.pom 下载
uom-energy-quantity-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.uom.domain</groupId>
  <artifactId>uom-energy-quantity</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'tech.uom.domain:uom-energy-quantity:2.0'
Gradle Kotlin
implementation("tech.uom.domain:uom-energy-quantity:2.0")
Scala SBT
libraryDependencies += "tech.uom.domain" % "uom-energy-quantity" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.uom.domain', module='uom-energy-quantity', version='2.0')
)
Apache Ivy
<dependency org="tech.uom.domain" name="uom-energy-quantity" rev="2.0" />
Leiningen
[tech.uom.domain/uom-energy-quantity "2.0"]
Apache Buildr
'tech.uom.domain:uom-energy-quantity:jar:2.0'