Download prov-n-0.6.2.jar file

Introduction

You can download prov-n-0.6.2.jar in this page.

License

Open Source

Type List

prov-n-0.6.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openprovenance.prov/prov-n/pom.properties
META-INF/maven/org.openprovenance.prov/prov-n/pom.xml
org.openprovenance.prov.notation.HTMLConstructor.class
org.openprovenance.prov.notation.NotationConstructor.class
org.openprovenance.prov.notation.PROV_NLexer.class
org.openprovenance.prov.notation.PROV_NParser.class
org.openprovenance.prov.notation.TreeTraversal.class
org.openprovenance.prov.notation.Utility.class

Pom

prov-n-0.6.2.pom file content.

<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">
  <parent>
    <artifactId>ProvToolbox</artifactId>
    <groupId>org.openprovenance.prov</groupId>
    <version>0.6.2</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>prov-n</artifactId>
  <name>PROV-N</name>
  <packaging>jar</packaging>
  <description>A Parser for PROV-N Provenance Notation.</description>




  <dependencies>
    <dependency>
      <groupId>org.openprovenance.prov</groupId>
      <artifactId>prov-model</artifactId>
      <version>0.6.2</version>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr-runtime</artifactId>
      <version>3.4</version>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>stringtemplate</artifactId>
      <version>4.0.2</version>
    </dependency>


    <!-- for testing -->
    <dependency>
      <groupId>org.openprovenance.prov</groupId>
      <artifactId>prov-xml</artifactId>
      <version>0.6.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.openprovenance.prov</groupId>
      <artifactId>prov-xml</artifactId>
      <version>0.6.2</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>


  </dependencies>

  <build>

    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>true</filtering>
      </resource>
    </resources>



     <plugins>

       <plugin>
	 <groupId>org.antlr</groupId>
	 <artifactId>antlr3-maven-plugin</artifactId>
	 <version>3.4</version>

	 <executions>
           
           <execution>
	     <phase>generate-sources</phase>
             <goals>
               <goal>antlr</goal>
             </goals>
             <configuration>

             </configuration>
           </execution>
	 </executions>

       </plugin>



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


    </plugins>

   <pluginManagement>
     <plugins>
       
       <plugin> 
            <!--  This plugin's configuration is used to store Eclipse m2e settings 
                only. It has no influence on the Maven build itself. --> 
        <groupId>org.eclipse.m2e</groupId>
        <artifactId>lifecycle-mapping</artifactId>
        <version>1.0.0</version>
      <configuration>
        <lifecycleMappingMetadata>
          <pluginExecutions>
            <pluginExecution>
              <pluginExecutionFilter>
                <groupId>org.antlr</groupId>
                <artifactId>antlr3-maven-plugin</artifactId>
                <versionRange>[3.4,)</versionRange>
                <goals>
                  <goal>antlr</goal>
                </goals>
              </pluginExecutionFilter>
              <action>
                <execute>
                  <runOnIncremental>false</runOnIncremental>
                </execute>
              </action>
            </pluginExecution>
          </pluginExecutions>
        </lifecycleMappingMetadata>
      </configuration>
      </plugin>
     </plugins>
     
     
   </pluginManagement>

   
    <testResources>
       <testResource>
         <directory>src/test/resources</directory>
         <filtering>true</filtering>
       </testResource>
    </testResources>
  </build>



</project>

POM Entry

<dependency>
   <groupId>org.openprovenance.prov</groupId>
   <artifactId>prov-n</artifactId>
   <version>0.6.2</version>
</dependency>

Download

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



Download prov-n-0.6.2.jar file




PreviousNext

Related