MVN

org.openmuc : jasn1-iec61850mod

Maven & Gradle

Sep 21, 2018
1 usages

jASN1 · jASN1 is a library used for encoding and decoding ASN.1 BER messages. This is a special modified version of the original jASN1 that encodes boolean true values as 0x01 instead of 0xff in order to be compatible with certain IEC 61850 devices

<dependency>
    <groupId>org.openmuc</groupId>
    <artifactId>jasn1-iec61850mod</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.0

All Versions

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

Version Vulnerabilities Updated
1.10.x
jasn1-iec61850mod-1.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmuc</groupId>
    <artifactId>jasn1-iec61850mod</artifactId>
    <version>1.10.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openmuc:jasn1-iec61850mod:1.10.0'

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

implementation("org.openmuc:jasn1-iec61850mod:1.10.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openmuc" % "jasn1-iec61850mod" % "1.10.0"

Advertisement