measure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.alliander</groupId> <artifactId>measure</artifactId> <version>1.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.alliander</groupId> <artifactId>measure</artifactId> <version>1.3.1</version> <name>Measure</name> <description>Measure is a Kotlin library for working with units of measurement that are - for example - used in the power system sector.</description> <url>https://github.com/alliander-opensource/measure</url> <licenses> <license> <name>Mozilla Public License Version 2.0</name> <url>https://www.mozilla.org/en-US/MPL/2.0/</url> </license> </licenses> <developers> <developer> <id>dvberkel</id> <name>Daan van Berkel</name> <email>daan.v.berkel.1980@gmail.com</email> </developer> <developer> <id>gmulders</id> <name>Geert Mulders</name> <email>gmulders@gmail.com</email> </developer> <developer> <id>cflist</id> <name>Coen van der List</name> </developer> <developer> <id>BaukjeD</id> <name>Baukje Debets</name> </developer> </developers> <scm> <url>https://github.com/alliander-opensource/measure</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>1.9.23</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.23</version> <scope>runtime</scope> </dependency> </dependencies> </project>