You can download bigdata-gas-2.1.4.jar in this page.
Open Source License
bigdata-gas-2.1.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.blazegraph/bigdata-gas/pom.properties META-INF/maven/com.blazegraph/bigdata-gas/pom.xml com.bigdata.rdf.graph.BinderBase.class com.bigdata.rdf.graph.EdgesEnum.class com.bigdata.rdf.graph.Factory.class com.bigdata.rdf.graph.FrontierEnum.class com.bigdata.rdf.graph.IBinder.class com.bigdata.rdf.graph.IBindingExtractor.class com.bigdata.rdf.graph.IGASContext.class com.bigdata.rdf.graph.IGASEngine.class com.bigdata.rdf.graph.IGASOptions.class com.bigdata.rdf.graph.IGASProgram.class com.bigdata.rdf.graph.IGASScheduler.class com.bigdata.rdf.graph.IGASSchedulerImpl.class com.bigdata.rdf.graph.IGASState.class com.bigdata.rdf.graph.IGASStats.class com.bigdata.rdf.graph.IGraphAccessor.class com.bigdata.rdf.graph.IPredecessor.class com.bigdata.rdf.graph.IReducer.class com.bigdata.rdf.graph.IStaticFrontier.class com.bigdata.rdf.graph.TraversalDirectionEnum.class com.bigdata.rdf.graph.analytics.BFS.class com.bigdata.rdf.graph.analytics.CC.class com.bigdata.rdf.graph.analytics.FuzzySSSP.class com.bigdata.rdf.graph.analytics.PR.class com.bigdata.rdf.graph.analytics.SSSP.class com.bigdata.rdf.graph.impl.BaseGASProgram.class com.bigdata.rdf.graph.impl.DaemonThreadFactory.class com.bigdata.rdf.graph.impl.EdgeOnlyFilter.class com.bigdata.rdf.graph.impl.GASContext.class com.bigdata.rdf.graph.impl.GASEngine.class com.bigdata.rdf.graph.impl.GASState.class com.bigdata.rdf.graph.impl.GASStats.class com.bigdata.rdf.graph.impl.VertexTaskFactory.class com.bigdata.rdf.graph.impl.frontier.StaticFrontier2.class com.bigdata.rdf.graph.impl.ram.RAMGASEngine.class com.bigdata.rdf.graph.impl.ram.RAMGASRunner.class com.bigdata.rdf.graph.impl.ram.RAMGraphFixture.class com.bigdata.rdf.graph.impl.ram.RAMGraphLoader.class com.bigdata.rdf.graph.impl.sail.SAILGASEngine.class com.bigdata.rdf.graph.impl.sail.SAILGASRunner.class com.bigdata.rdf.graph.impl.sail.SailGraphFixture.class com.bigdata.rdf.graph.impl.sail.Sesame2BigdataIterator.class com.bigdata.rdf.graph.impl.scheduler.CHMScheduler.class com.bigdata.rdf.graph.impl.scheduler.STScheduler.class com.bigdata.rdf.graph.impl.util.GASImplUtil.class com.bigdata.rdf.graph.impl.util.GASRunnerBase.class com.bigdata.rdf.graph.impl.util.IArraySlice.class com.bigdata.rdf.graph.impl.util.IIntArraySlice.class com.bigdata.rdf.graph.impl.util.IManagedArray.class com.bigdata.rdf.graph.impl.util.IManagedIntArray.class com.bigdata.rdf.graph.impl.util.ManagedArray.class com.bigdata.rdf.graph.impl.util.ManagedIntArray.class com.bigdata.rdf.graph.impl.util.VertexDistribution.class com.bigdata.rdf.graph.util.AbstractGraphFixture.class com.bigdata.rdf.graph.util.GASUtil.class com.bigdata.rdf.graph.util.GraphLoader.class com.bigdata.rdf.graph.util.IGraphFixture.class com.bigdata.rdf.graph.util.IGraphFixtureFactory.class com.bigdata.rdf.graph.util.SailGraphLoader.class
bigdata-gas-2.1.4.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.1.4</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>com.blazegraph</groupId> <artifactId>bigdata-gas</artifactId> <version>2.1.4</version> <name>Blazegraph Gather Apply Scatter (GAS) API</name> <description>Blazegraph DB Gather Apply Scatter API for graph analytics</description> <url>https://wiki.blazegraph.com/wiki/index.php/RDF_GAS_API</url> <packaging>jar</packaging> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <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>Blazegraph Gather Apply Scatter (GAS) API</h1>]]></doctitle> <bottom><![CDATA[<i>Copyright © 2006-2016 SYSTAP, LLC DBA Blazegraph. All Rights Reserved.</i> <script> jQuery(document).ready(function(){ jQuery('ul.sf-menu').superfish({ pathClass: 'current', cssArrows: false }); }); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-50971023-6', 'blazegraph.com'); ga('send', 'pageview'); </script> ]]></bottom> </configuration> </plugin> </plugins> </reporting> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit4.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.blazegraph</groupId> <artifactId>bigdata-util</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-runtime</artifactId> <version>${sesame.version}</version> </dependency> <dependency> <groupId>com.blazegraph</groupId> <artifactId>ctc-striterators</artifactId> <version>${project.version}</version> </dependency> <dependency> <!-- log4j is the primary logger for bigdata. --> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4j.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>com.blazegraph</groupId> <artifactId>bigdata-gas</artifactId> <version>2.1.4</version> </dependency>
If you think the following bigdata-gas-2.1.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download bigdata-gas-2.1.4.jar file