MVN

nl.basjes.iot : nifi-sensor-stream-cutter

Maven & Gradle

Nov 24, 2021

DSMR : UDF : Nifi : Sensor Stream Cutter : Nar · A toolkit for reading and parsing the data conforming to the Dutch Smart Meter Requirements (DSMR).

<dependency>
    <groupId>nl.basjes.iot</groupId>
    <artifactId>nifi-sensor-stream-cutter</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.basjes.iot : nifi-sensor-stream-cutter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of nl.basjes.iot : nifi-sensor-stream-cutter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
nifi-sensor-stream-cutter-0.6
0.5
nifi-sensor-stream-cutter-0.5
0.4
nifi-sensor-stream-cutter-0.4
0.3
nifi-sensor-stream-cutter-0.3
0.2
nifi-sensor-stream-cutter-0.2
0.1
nifi-sensor-stream-cutter-0.1

How to add a dependency to Maven

Add the following nl.basjes.iot : nifi-sensor-stream-cutter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.basjes.iot</groupId>
    <artifactId>nifi-sensor-stream-cutter</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.basjes.iot : nifi-sensor-stream-cutter gradle dependency to your build.gradle file:

implementation 'nl.basjes.iot:nifi-sensor-stream-cutter:0.6'

Gradle Kotlin DSL: Add the following nl.basjes.iot : nifi-sensor-stream-cutter gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.basjes.iot:nifi-sensor-stream-cutter:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.basjes.iot : nifi-sensor-stream-cutter sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.basjes.iot" % "nifi-sensor-stream-cutter" % "0.6"

Advertisement