Download ctc-striterators-2.0.1.jar file

Introduction

You can download ctc-striterators-2.0.1.jar in this page.

License

The Apache License, Version 2.0

Type List

ctc-striterators-2.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.blazegraph/ctc-striterators/pom.properties
META-INF/maven/com.blazegraph/ctc-striterators/pom.xml
cutthecrap.utils.striterators.Appender.class
cutthecrap.utils.striterators.Appenderator.class
cutthecrap.utils.striterators.ArrayIterator.class
cutthecrap.utils.striterators.Contractor.class
cutthecrap.utils.striterators.Contractorator.class
cutthecrap.utils.striterators.EmptyIterator.class
cutthecrap.utils.striterators.EnumIterator.class
cutthecrap.utils.striterators.ExclusionFilter.class
cutthecrap.utils.striterators.Expander.class
cutthecrap.utils.striterators.Expanderator.class
cutthecrap.utils.striterators.Filter.class
cutthecrap.utils.striterators.FilterBase.class
cutthecrap.utils.striterators.Filterator.class
cutthecrap.utils.striterators.ICloseable.class
cutthecrap.utils.striterators.ICloseableIterator.class
cutthecrap.utils.striterators.IContextMgr.class
cutthecrap.utils.striterators.IFilter.class
cutthecrap.utils.striterators.IFilterTest.class
cutthecrap.utils.striterators.IPropertySet.class
cutthecrap.utils.striterators.IStriterator.class
cutthecrap.utils.striterators.IXProperty.class
cutthecrap.utils.striterators.IXPropertyIterator.class
cutthecrap.utils.striterators.Mapper.class
cutthecrap.utils.striterators.Mapperator.class
cutthecrap.utils.striterators.Merger.class
cutthecrap.utils.striterators.Mergerator.class
cutthecrap.utils.striterators.NOPFilter.class
cutthecrap.utils.striterators.Prefetch.class
cutthecrap.utils.striterators.ReadOnlyIterator.class
cutthecrap.utils.striterators.Resolver.class
cutthecrap.utils.striterators.Resolverator.class
cutthecrap.utils.striterators.SingleValueIterator.class
cutthecrap.utils.striterators.Sorter.class
cutthecrap.utils.striterators.Sorterator.class
cutthecrap.utils.striterators.Striterator.class
cutthecrap.utils.striterators.UniquenessFilter.class
cutthecrap.utils.striterators.Visitor.class
cutthecrap.utils.striterators.Visitorator.class
cutthecrap.utils.striterators.XProperty.class
cutthecrap.utils.striterators.XPropertyIterator.class

Pom

ctc-striterators-2.0.1.pom file content.

<?xml version="1.0"?>
<!--
Copyright (C) SYSTAP, LLC DBA Blazegraph 2006-2016.  All rights reserved.

Contact:
     SYSTAP, LLC DBA Blazegraph
     2501 Calvert ST NW #106
     Washington, DC 20008
     licenses@blazegraph.com

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
-->
<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>com.blazegraph</groupId>
    <artifactId>blazegraph-parent</artifactId>
    <version>2.0.1</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <groupId>com.blazegraph</groupId>
  <artifactId>ctc-striterators</artifactId>
  <version>2.0.1</version>
  <name>CTC Striterators</name>
  <description>CTC Streaming Iterator utilities</description>
  <packaging>jar</packaging>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Martyn Cutcher</name>
      <email>martyn@cutthecrap.biz</email>
      <organization>CTC Technologies</organization>
      <organizationUrl>http://www.ctc-tech.biz/</organizationUrl>
    </developer>
  </developers>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
          <show>public</show>
          <maxmemory>1000m</maxmemory>
          <author>true</author>
          <version>true</version>
          <doctitle><![CDATA[<h1>CTC Striterators</h1>]]></doctitle>
          <bottom><![CDATA[ <i> 
                           Copyright (C) SYSTAP, LLC DBA Blazegraph 2006-2016.  All rights reserved.<p>

                           Licensed 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<p>

                               http://www.apache.org/licenses/LICENSE-2.0<p>

                           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.<p>

                                                        <hr>
                        This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
                        License: http://www.apache.org/licenses/LICENSE-2.0 </i>]]></bottom>
        </configuration>
      </plugin>
    </plugins>
  </reporting>
  <repositories>
    <repository>
      <id>bigdata.releases</id>
      <url>http://www.systap.com/maven/releases/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>${junit4.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.blazegraph</groupId>
      <artifactId>junit-ext</artifactId>
      <version>${junit-ext.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <!-- log4j is the primary logger for bigdata. -->
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>${log4j.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.blazegraph</groupId>
   <artifactId>ctc-striterators</artifactId>
   <version>2.0.1</version>
</dependency>

Download

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



Download ctc-striterators-2.0.1.jar file




PreviousNext

Related