Download jena-cmds-3.3.0.jar file

Introduction

You can download jena-cmds-3.3.0.jar in this page.

License

Apache 2.0 License

Type List

jena-cmds-3.3.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.jena/jena-cmds/pom.properties
META-INF/maven/org.apache.jena/jena-cmds/pom.xml
arq.arq.class
arq.bindings.class
arq.cmdline.CmdARQ.class
arq.cmdline.CmdARQ_SSE.class
arq.cmdline.CmdUpdate.class
arq.cmdline.ModAlgebra.class
arq.cmdline.ModAssembler.class
arq.cmdline.ModContext.class
arq.cmdline.ModDataset.class
arq.cmdline.ModDatasetAssembler.class
arq.cmdline.ModDatasetGeneral.class
arq.cmdline.ModDatasetGeneralAssembler.class
arq.cmdline.ModEngine.class
arq.cmdline.ModFormat.class
arq.cmdline.ModItem.class
arq.cmdline.ModLangOutput.class
arq.cmdline.ModLangParse.class
arq.cmdline.ModQueryIn.class
arq.cmdline.ModQueryOut.class
arq.cmdline.ModRemote.class
arq.cmdline.ModResultsIn.class
arq.cmdline.ModResultsOut.class
arq.cmdline.ModSymbol.class
arq.cmdline.ModTime.class
arq.iri.class
arq.juuid.class
arq.load.class
arq.qexpr.class
arq.qparse.class
arq.query.class
arq.rdfdiff.class
arq.rset.class
arq.rsparql.class
arq.rupdate.class
arq.sparql.class
arq.sse.class
arq.sse_exec.class
arq.sse_expr.class
arq.sse_query.class
arq.tokens.class
arq.uparse.class
arq.update.class
arq.utf8.class
arq.version.class
arq.wwwdec.class
arq.wwwenc.class
jena.RuleMap.class
jena.cmd.Arg.class
jena.cmd.ArgDecl.class
jena.cmd.ArgModule.class
jena.cmd.ArgModuleGeneral.class
jena.cmd.ArgProc.class
jena.cmd.CmdArgModule.class
jena.cmd.CmdException.class
jena.cmd.CmdGeneral.class
jena.cmd.CmdLineArgs.class
jena.cmd.CmdMain.class
jena.cmd.CommandLineBase.class
jena.cmd.Invoke.class
jena.cmd.ModBase.class
jena.cmd.ModGeneral.class
jena.cmd.ModVersion.class
jena.cmd.TerminationException.class
jena.cmd.Usage.class
jena.qparse.class
jena.query.class
jena.rdfcat.class
jena.rdfcompare.class
jena.rdfcopy.class
jena.rdfparse.class
jena.riot.class
jena.rset.class
jena.schemagen.class
jena.sparql.class
jena.turtle.class
jena.version.class
riotcmd.CmdLangParse.class
riotcmd.CmdTokens.class
riotcmd.dumpthrift.class
riotcmd.infer.class
riotcmd.json.class
riotcmd.nquads.class
riotcmd.ntriples.class
riotcmd.perftokens.class
riotcmd.printtokens.class
riotcmd.rdfxml.class
riotcmd.riot.class
riotcmd.trig.class
riotcmd.turtle.class
riotcmd.utf8.class
tdb.bulkloader2.CmdIndexBuild.class
tdb.bulkloader2.CmdIndexCopy.class
tdb.bulkloader2.CmdNodeTableBuilder.class
tdb.bulkloader2.CmdRewriteIndex.class
tdb.cmdline.CmdSub.class
tdb.cmdline.CmdTDB.class
tdb.cmdline.CmdTDBGraph.class
tdb.cmdline.ModLocation.class
tdb.cmdline.ModModel.class
tdb.cmdline.ModTDBAssembler.class
tdb.cmdline.ModTDBDataset.class
tdb.tdbbackup.class
tdb.tdbconfig.class
tdb.tdbdump.class
tdb.tdbloader.class
tdb.tdbnode.class
tdb.tdbquery.class
tdb.tdbrecovery.class
tdb.tdbreorder.class
tdb.tdbstats.class
tdb.tdbupdate.class
tdb.tools.dumpbpt.class
tdb.tools.dumpnodetable.class
tdb.tools.tdbgenindex.class

Pom

jena-cmds-3.3.0.pom file content.

<?xml version="1.0" encoding="utf-8"?>
<!--
   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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-parent</artifactId>
    <version>19</version>
    <relativePath>../jena-parent</relativePath>
  </parent> 

  <name>Apache Jena - Command line tools</name>
  <artifactId>jena-cmds</artifactId>
  <version>3.3.0</version>

  <description>Command line tools</description>

  <packaging>jar</packaging>
  
  <url>http://jena.apache.org/</url>

  <repositories>
    <repository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://repository.apache.org/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>
  </repositories>

  <organization>
    <name>Apache Jena</name>
    <url>http://jena.apache.org/</url>
  </organization>

  <licenses>
    <license>
      <name>Apache 2.0 License</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>

  <properties>
    <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
    <build.time.xsd>${maven.build.timestamp}</build.time.xsd>  
  </properties>
  
  <dependencies>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>apache-jena-libs</artifactId>
      <version>3.3.0</version>
      <type>pom</type>
    </dependency>

    <!-- Command Logging -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    
    <!-- Require a logging implementation -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
    </dependency>

    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency> 

    <!-- Testing -->
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-arq</artifactId>
      <version>3.3.0</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
      <version>3.3.0</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-base</artifactId>
      <version>3.3.0</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>

  </dependencies>
  <build>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
        <includes>
          <include>org/apache/jena/arq/arq-properties.xml</include>
        </includes>
      </resource>
      <resource>
        <filtering>false</filtering>
        <directory>src/main/resources</directory>
        <excludes>
          <exclude>org/apache/jena/arq/arq-properties.xml</exclude>
        </excludes>
      </resource>
    </resources>

    <plugins>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/TS_*.java</include>
          </includes>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>

        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar-no-fork</goal>
            </goals>
          </execution>
          <execution>
            <id>attach-sources-test</id>
            <goals>
              <goal>test-jar-no-fork</goal>
            </goals>
          </execution>
        </executions>

      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <version>true</version>
          <show>public</show>
          <quiet>true</quiet>
          <encoding>UTF-8</encoding>
          <windowtitle>Apache Jena ARQ</windowtitle>
          <doctitle>Apache Jena ARQ ${project.version}</doctitle>
          <bottom>Licenced under the Apache License, Version 2.0</bottom>
        </configuration>
      </plugin>

    </plugins>
  </build>
  
</project>

POM Entry

<dependency>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-cmds</artifactId>
   <version>3.3.0</version>
</dependency>

Download

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



Download jena-cmds-3.3.0.jar file




PreviousNext

Related