Download server-api-2.1.3.jar file

Introduction

You can download server-api-2.1.3.jar in this page.

License

GNU General Public License, Version 3

Type List

server-api-2.1.3.jar file has the following types.

META-INF/CHANGES.txt
META-INF/LICENSE.txt
META-INF/LICENSES.txt
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META-INF/maven/org.neo4j/server-api/pom.properties
META-INF/maven/org.neo4j/server-api/pom.xml
META-INF/services/org.neo4j.kernel.Version
org.neo4j.server.helpers.PropertyTypeDispatcher.class
org.neo4j.server.impl.api.ComponentVersion.class
org.neo4j.server.plugins.BadPluginInvocationException.class
org.neo4j.server.plugins.Description.class
org.neo4j.server.plugins.Injectable.class
org.neo4j.server.plugins.Name.class
org.neo4j.server.plugins.Parameter.class
org.neo4j.server.plugins.ParameterDescriptionConsumer.class
org.neo4j.server.plugins.ParameterList.class
org.neo4j.server.plugins.PluginInvocationFailureException.class
org.neo4j.server.plugins.PluginLifecycle.class
org.neo4j.server.plugins.PluginLookupException.class
org.neo4j.server.plugins.PluginPoint.class
org.neo4j.server.plugins.PluginPointFactory.class
org.neo4j.server.plugins.PluginTarget.class
org.neo4j.server.plugins.ServerExtender.class
org.neo4j.server.plugins.ServerPlugin.class
org.neo4j.server.plugins.Source.class
org.neo4j.server.rest.repr.BadInputException.class
org.neo4j.server.rest.repr.ExtensibleRepresentation.class
org.neo4j.server.rest.repr.ExtensionInjector.class
org.neo4j.server.rest.repr.FullPath.class
org.neo4j.server.rest.repr.InputFormat.class
org.neo4j.server.rest.repr.ListRepresentation.class
org.neo4j.server.rest.repr.ListSerializer.class
org.neo4j.server.rest.repr.ListWriter.class
org.neo4j.server.rest.repr.MappingRepresentation.class
org.neo4j.server.rest.repr.MappingSerializer.class
org.neo4j.server.rest.repr.MappingWriter.class
org.neo4j.server.rest.repr.Representation.class
org.neo4j.server.rest.repr.RepresentationFormat.class
org.neo4j.server.rest.repr.RepresentationType.class
org.neo4j.server.rest.repr.Serializer.class
org.neo4j.server.rest.repr.ValueRepresentation.class
org.neo4j.server.rest.web.NodeNotFoundException.class
org.neo4j.server.rest.web.RelationshipNotFoundException.class

Pom

server-api-2.1.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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.neo4j</groupId>
    <artifactId>parent</artifactId>
    <version>2.1.3</version>
    <relativePath>../..</relativePath>
  </parent>

  <groupId>org.neo4j</groupId>
  <artifactId>server-api</artifactId>
  <version>2.1.3</version>

  <packaging>jar</packaging>
  <name>Neo4j Server API</name>
  <description>Interfaces and baseclasses needed to create your own extensions.</description>
  <url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>

  <properties>
    <short-name>server-api</short-name>
    <version-package>server.impl.api</version-package>
    <bundle.namespace>org.neo4j.server</bundle.namespace>
    <license-text.header>GPL-3-header.txt</license-text.header>
    <docs-plugin.skip>true</docs-plugin.skip>
    <licensing.prepend.text>notice-gpl-prefix.txt</licensing.prepend.text>
  </properties>

  <scm>
	  <url>https://github.com/neo4j/neo4j/tree/master/community/server-api</url>
  </scm>

  <licenses>
    <license>
      <name>GNU General Public License, Version 3</name>
      <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
      <comments>The software ("Software") developed and owned by Network Engine for
Objects in Lund AB (referred to in this notice as "Neo Technology") is
licensed under the GNU GENERAL PUBLIC LICENSE Version 3 to all third
parties and that license is included below.

However, if you have executed an End User Software License and Services
Agreement or an OEM Software License and Support Services Agreement, or
another commercial license agreement with Neo Technology or one of its
affiliates (each, a "Commercial Agreement"), the terms of the license in
such Commercial Agreement will supersede the GNU GENERAL PUBLIC LICENSE
Version 3 and you may use the Software solely pursuant to the terms of
the relevant Commercial Agreement.
      </comments>
    </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>org.neo4j</groupId>
      <artifactId>neo4j-kernel</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

    <dependency>
      <groupId>org.neo4j.3rdparty.javax.ws.rs</groupId>
      <artifactId>jsr311-api</artifactId>
    </dependency>

    <dependency>
      <groupId>commons-configuration</groupId>
      <artifactId>commons-configuration</artifactId>
    </dependency>

    <!-- Added directly to avoid version clash in commons-configuration. -->
    <dependency>
      <groupId>commons-digester</groupId>
      <artifactId>commons-digester</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.neo4j</groupId>
   <artifactId>server-api</artifactId>
   <version>2.1.3</version>
</dependency>

Download

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



Download server-api-2.1.3.jar file




PreviousNext

Related