Download nifi-utils-1.8.0.jar file

Introduction

You can download nifi-utils-1.8.0.jar in this page.

License

Apache License

Type List

nifi-utils-1.8.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.nifi/nifi-utils/pom.properties
META-INF/maven/org.apache.nifi/nifi-utils/pom.xml
org.apache.nifi.flowfile.attributes.CoreAttributes.class
org.apache.nifi.flowfile.attributes.FlowFileAttributeKey.class
org.apache.nifi.flowfile.attributes.FragmentAttributes.class
org.apache.nifi.flowfile.attributes.SiteToSiteAttributes.class
org.apache.nifi.processor.util.FlowFileFilters.class
org.apache.nifi.processor.util.StandardValidators.class
org.apache.nifi.remote.StandardVersionNegotiator.class
org.apache.nifi.remote.VersionNegotiator.class
org.apache.nifi.remote.exception.TransmissionDisabledException.class
org.apache.nifi.remote.io.CompressionInputStream.class
org.apache.nifi.remote.io.CompressionOutputStream.class
org.apache.nifi.remote.io.InterruptableInputStream.class
org.apache.nifi.remote.io.InterruptableOutputStream.class
org.apache.nifi.remote.io.socket.BufferStateManager.class
org.apache.nifi.remote.io.socket.NetworkUtils.class
org.apache.nifi.remote.io.socket.SocketChannelInputStream.class
org.apache.nifi.remote.io.socket.SocketChannelOutputStream.class
org.apache.nifi.stream.io.BufferedInputStream.class
org.apache.nifi.stream.io.BufferedOutputStream.class
org.apache.nifi.stream.io.ByteArrayInputStream.class
org.apache.nifi.stream.io.ByteArrayOutputStream.class
org.apache.nifi.stream.io.ByteCountingInputStream.class
org.apache.nifi.stream.io.ByteCountingOutputStream.class
org.apache.nifi.stream.io.DataOutputStream.class
org.apache.nifi.stream.io.GZIPOutputStream.class
org.apache.nifi.stream.io.LeakyBucketStreamThrottler.class
org.apache.nifi.stream.io.LimitingInputStream.class
org.apache.nifi.stream.io.MinimumLengthInputStream.class
org.apache.nifi.stream.io.NonCloseableInputStream.class
org.apache.nifi.stream.io.NonCloseableOutputStream.class
org.apache.nifi.stream.io.NullOutputStream.class
org.apache.nifi.stream.io.StreamThrottler.class
org.apache.nifi.stream.io.StreamUtils.class
org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream.class
org.apache.nifi.stream.io.ZipOutputStream.class
org.apache.nifi.stream.io.exception.BytePatternNotFoundException.class
org.apache.nifi.stream.io.exception.TokenTooLargeException.class
org.apache.nifi.stream.io.util.AbstractDemarcator.class
org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer.class
org.apache.nifi.stream.io.util.StreamDemarcator.class
org.apache.nifi.stream.io.util.TextLineDemarcator.class
org.apache.nifi.util.ComponentIdGenerator.class
org.apache.nifi.util.EscapeUtils.class
org.apache.nifi.util.FormatUtils.class
org.apache.nifi.util.NaiveSearchRingBuffer.class
org.apache.nifi.util.RingBuffer.class
org.apache.nifi.util.StopWatch.class
org.apache.nifi.util.Tuple.class
org.apache.nifi.util.concurrency.DebugDisabledTimedLock.class
org.apache.nifi.util.concurrency.DebugEnabledTimedLock.class
org.apache.nifi.util.concurrency.DebuggableTimedLock.class
org.apache.nifi.util.concurrency.TimedLock.class
org.apache.nifi.util.file.FileUtils.class
org.apache.nifi.util.file.classloader.ClassLoaderUtils.class
org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.class
org.apache.nifi.util.file.monitor.LastModifiedMonitor.class
org.apache.nifi.util.file.monitor.MD5SumMonitor.class
org.apache.nifi.util.file.monitor.SynchronousFileWatcher.class
org.apache.nifi.util.file.monitor.UpdateMonitor.class
org.apache.nifi.util.search.Search.class
org.apache.nifi.util.search.SearchTerm.class
org.apache.nifi.util.search.ahocorasick.AhoCorasick.class
org.apache.nifi.util.search.ahocorasick.Node.class
org.apache.nifi.util.search.ahocorasick.SearchState.class
org.apache.nifi.util.timebuffer.CountSizeEntityAccess.class
org.apache.nifi.util.timebuffer.EntityAccess.class
org.apache.nifi.util.timebuffer.LongEntityAccess.class
org.apache.nifi.util.timebuffer.TimedBuffer.class
org.apache.nifi.util.timebuffer.TimedCountSize.class
org.apache.nifi.util.timebuffer.TimestampedLong.class

Pom

nifi-utils-1.8.0.pom file content.

<?xml version="1.0"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
      http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.nifi</groupId>
        <artifactId>nifi-commons</artifactId>
        <version>1.8.0</version>
    </parent>
    <artifactId>nifi-utils</artifactId>
    <version>1.8.0</version>
    <packaging>jar</packaging>
    <description>
        This nifi-utils module should be a general purpose place to store widely
        and generally useful functions that any component might want to leverage.
        NO DEPENDENCIES should be added.  This module is likely to be leveraged by
        every extension and should not bring along any other dependencies.  The only
        dependency intended is the nifi-api and even this is expected to be already
        provided in any case where it would  be used.  The typical place this util
        would be found is within a nar and all nars already have nifi-api as a parent
        dependency.  The nifi-api can be thought of as a NiFi Application Container level
        dependency.
    </description>
    <dependencies>
        <dependency>
            <groupId>org.apache.nifi</groupId>
            <artifactId>nifi-api</artifactId>
            <version>1.8.0</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.nifi</groupId>
   <artifactId>nifi-utils</artifactId>
   <version>1.8.0</version>
</dependency>

Download

If you think the following nifi-utils-1.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download nifi-utils-1.8.0.jar file




PreviousNext

Related