MVN

org.openmuc : j62056

Maven & Gradle

Sep 21, 2022
2 usages

j62056 · j62056, a library for reading meters using IEC 62056-21 in modes A, B, C or D.

<dependency>
    <groupId>org.openmuc</groupId>
    <artifactId>j62056</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openmuc : j62056 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.openmuc : j62056 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
j62056-2.2.0
2.1.x
j62056-2.1.0
2.0.x
j62056-2.0.0
1.2
j62056-1.2

How to add a dependency to Maven

Add the following org.openmuc : j62056 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openmuc</groupId>
    <artifactId>j62056</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openmuc : j62056 gradle dependency to your build.gradle file:

implementation 'org.openmuc:j62056:2.2.0'

Gradle Kotlin DSL: Add the following org.openmuc : j62056 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openmuc:j62056:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openmuc : j62056 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openmuc" % "j62056" % "2.2.0"

Advertisement