MVN

org.tenkiv.physikal : complete-units

Maven & Gradle

Nov 29, 2018
33 stars

Physikal complete Units · Exension library to aid in unit conversion and handling.

<dependency>
    <groupId>org.tenkiv.physikal</groupId>
    <artifactId>complete-units</artifactId>
    <version>2.0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tenkiv.physikal : complete-units to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3.2

All Versions

Choose a version of org.tenkiv.physikal : complete-units to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
complete-units-2.0.3.2
complete-units-2.0.2.0
complete-units-2.0.1.0
complete-units-2.0.0.0
1.1.x
complete-units-1.1.3.5
complete-units-1.1.3.4
complete-units-1.1.3.3
complete-units-1.1.3.2
complete-units-1.1.3.1
complete-units-1.1.3.0
complete-units-1.1.2.0
complete-units-1.1.1.0
complete-units-1.1.0.0
1.0.x
complete-units-1.0.2.2
complete-units-1.0.2.1
complete-units-1.0.1.1
complete-units-1.0.0.0

How to add a dependency to Maven

Add the following org.tenkiv.physikal : complete-units maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tenkiv.physikal</groupId>
    <artifactId>complete-units</artifactId>
    <version>2.0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tenkiv.physikal : complete-units gradle dependency to your build.gradle file:

implementation 'org.tenkiv.physikal:complete-units:2.0.3.2'

Gradle Kotlin DSL: Add the following org.tenkiv.physikal : complete-units gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tenkiv.physikal:complete-units:2.0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tenkiv.physikal : complete-units sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tenkiv.physikal" % "complete-units" % "2.0.3.2"