MVN

io.symcpe.hendrix : nifi-lmm-interceptor

Maven & Gradle

Nov 02, 2016

nifi-lmm-interceptor

<dependency>
    <groupId>io.symcpe.hendrix</groupId>
    <artifactId>nifi-lmm-interceptor</artifactId>
    <version>0.0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.symcpe.hendrix : nifi-lmm-interceptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.34

All Versions

Choose a version of io.symcpe.hendrix : nifi-lmm-interceptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
nifi-lmm-interceptor-0.0.34
nifi-lmm-interceptor-0.0.33
nifi-lmm-interceptor-0.0.32
nifi-lmm-interceptor-0.0.30
nifi-lmm-interceptor-0.0.29
nifi-lmm-interceptor-0.0.28
nifi-lmm-interceptor-0.0.25
nifi-lmm-interceptor-0.0.23
nifi-lmm-interceptor-0.0.22
nifi-lmm-interceptor-0.0.20

How to add a dependency to Maven

Add the following io.symcpe.hendrix : nifi-lmm-interceptor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.symcpe.hendrix</groupId>
    <artifactId>nifi-lmm-interceptor</artifactId>
    <version>0.0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.symcpe.hendrix : nifi-lmm-interceptor gradle dependency to your build.gradle file:

implementation 'io.symcpe.hendrix:nifi-lmm-interceptor:0.0.34'

Gradle Kotlin DSL: Add the following io.symcpe.hendrix : nifi-lmm-interceptor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.symcpe.hendrix:nifi-lmm-interceptor:0.0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.symcpe.hendrix : nifi-lmm-interceptor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.symcpe.hendrix" % "nifi-lmm-interceptor" % "0.0.34"

Advertisement