MVN

org.openmuc.framework : openmuc-driver-iec61850

Maven & Gradle

Mar 31, 2022

OpenMUC Driver - IEC 61850 · IEC 61850 driver for the OpenMUC framework.

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

Latest Version

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

  • Latest Stable: 0.19.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-driver-iec61850</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-iec61850 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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