MVN

org.openmuc.framework : openmuc-driver-iec60870

Maven & Gradle

Mar 31, 2022

OpenMUC Driver - IEC 60870-104 · IEC 60870-104 driver for the OpenMUC framework.

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-driver-iec60870</artifactId>
    <version>0.19.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.19.2

All Versions

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

Version Vulnerabilities Updated
0.19.x
openmuc-driver-iec60870-0.19.2
openmuc-driver-iec60870-0.19.1
openmuc-driver-iec60870-0.19.0
0.18.x
openmuc-driver-iec60870-0.18.1
openmuc-driver-iec60870-0.18.0
0.17.x
openmuc-driver-iec60870-0.17.2
openmuc-driver-iec60870-0.17.1
openmuc-driver-iec60870-0.17.0
0.16.x
openmuc-driver-iec60870-0.16.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-driver-iec60870</artifactId>
    <version>0.19.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openmuc.framework : openmuc-driver-iec60870 gradle dependency to your build.gradle file:

implementation 'org.openmuc.framework:openmuc-driver-iec60870:0.19.2'

Gradle Kotlin DSL: Add the following org.openmuc.framework : openmuc-driver-iec60870 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openmuc.framework:openmuc-driver-iec60870:0.19.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openmuc.framework : openmuc-driver-iec60870 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openmuc.framework" % "openmuc-driver-iec60870" % "0.19.2"