Download metafacture-framework-5.0.0.jar file

Introduction

You can download metafacture-framework-5.0.0.jar in this page.

License

The Apache License, Version 2.0

Type List

metafacture-framework-5.0.0.jar file has the following types.

META-INF/MANIFEST.MF
org.metafacture.framework.FluxCommand.class
org.metafacture.framework.FormatException.class
org.metafacture.framework.LifeCycle.class
org.metafacture.framework.MetafactureException.class
org.metafacture.framework.MissingIdException.class
org.metafacture.framework.ObjectPipe.class
org.metafacture.framework.ObjectReceiver.class
org.metafacture.framework.Receiver.class
org.metafacture.framework.Sender.class
org.metafacture.framework.StandardEventNames.class
org.metafacture.framework.StreamPipe.class
org.metafacture.framework.StreamReceiver.class
org.metafacture.framework.Tee.class
org.metafacture.framework.XmlPipe.class
org.metafacture.framework.XmlReceiver.class
org.metafacture.framework.annotations.Description.class
org.metafacture.framework.annotations.In.class
org.metafacture.framework.annotations.Out.class
org.metafacture.framework.annotations.ReturnsAvailableArguments.class
org.metafacture.framework.helpers.DefaultLifeCycle.class
org.metafacture.framework.helpers.DefaultObjectPipe.class
org.metafacture.framework.helpers.DefaultObjectReceiver.class
org.metafacture.framework.helpers.DefaultSender.class
org.metafacture.framework.helpers.DefaultStreamPipe.class
org.metafacture.framework.helpers.DefaultStreamReceiver.class
org.metafacture.framework.helpers.DefaultTee.class
org.metafacture.framework.helpers.DefaultXmlPipe.class
org.metafacture.framework.helpers.DefaultXmlReceiver.class
org.metafacture.framework.helpers.ForwardingStreamPipe.class
org.metafacture.framework.objects.Triple.class

Pom

metafacture-framework-5.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.metafacture</groupId>
  <artifactId>metafacture-framework</artifactId>
  <version>5.0.0</version>
  <name>Metafacture Framework</name>
  <description>The interfaces implemented by Metafacture modules</description>
  <url>https://github.com/culturegraph/metafacture-core</url>
  <inceptionYear>2011</inceptionYear>
  <organization>
    <name>Deutsche Nationalbibliothek</name>
    <url>http://dnb.de/</url>
  </organization>
  <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>
      <id>mgeipel</id>
      <name>Markus M. Geipel</name>
      <email>m.geipel@dnb.de</email>
      <url>https://github.com/mgeipel</url>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <id>cboehme</id>
      <name>Christoph B?hme</name>
      <email>c.boehme@dnb.de</email>
      <url>https://github.com/cboehme</url>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>Metafacture Mailing List</name>
      <subscribe>metafacture-subscribe@lists.dnb.de</subscribe>
      <unsubscribe>metafacture-unsubscribe@lists.dnb.de</unsubscribe>
      <post>metafacture@lists.dnb.de</post>
      <archive>http://lists.dnb.de/pipermail/metafacture/</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:https://github.com/metafacture/metafacture-core.git</connection>
    <developerConnection>scm:git:https://github.com/metafacture/metafacture-core.git</developerConnection>
    <tag>metafacture-core-5.0.0</tag>
    <url>https://github.com/metafacture/metafacture-core</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/metafacture/metafacture-core/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Travis CI</system>
    <url>https://travis-ci.org/metafacture/metafacture-core</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.5.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.metafacture</groupId>
   <artifactId>metafacture-framework</artifactId>
   <version>5.0.0</version>
</dependency>

Download

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



Download metafacture-framework-5.0.0.jar file




PreviousNext

Related