MVN

com.digitalpetri.opcua : uanodeset-parser

Maven & Gradle

Apr 21, 2020
18 stars

UANodeSet XML Parser · A parser and node-generator for XML files conforming to the UANodeSet schema. See http://opcfoundation.org/UA/schemas/1.03/UANodeSet.xsd.

<dependency>
    <groupId>com.digitalpetri.opcua</groupId>
    <artifactId>uanodeset-parser</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.digitalpetri.opcua : uanodeset-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.digitalpetri.opcua : uanodeset-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
uanodeset-parser-0.4.0
0.1.x
uanodeset-parser-0.1.0

How to add a dependency to Maven

Add the following com.digitalpetri.opcua : uanodeset-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.digitalpetri.opcua</groupId>
    <artifactId>uanodeset-parser</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.digitalpetri.opcua : uanodeset-parser gradle dependency to your build.gradle file:

implementation 'com.digitalpetri.opcua:uanodeset-parser:0.4.0'

Gradle Kotlin DSL: Add the following com.digitalpetri.opcua : uanodeset-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.digitalpetri.opcua:uanodeset-parser:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.digitalpetri.opcua : uanodeset-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.digitalpetri.opcua" % "uanodeset-parser" % "0.4.0"

Advertisement