neo4j-plugin-distribution-dummy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.derivo.graph-app.dummy</groupId> <artifactId>neo4j-plugin-distribution-dummy</artifactId> <version>3.15.1-test-deploy-neo4j-plugin-distribution-dummy-SNAPSHOT-neo4j-4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>de.derivo.graph-app.dummy</groupId> <artifactId>neo4j-plugin-distribution-dummy</artifactId> <version>3.15.1-test-deploy-neo4j-plugin-distribution-dummy-SNAPSHOT-neo4j-4.1</version> <name>SemSpect Neo4j Plugin Distribution</name> <description>Neo4j plugin for the SemSpect graph app</description> <url>https://www.semspect.de</url> <inceptionYear>2018</inceptionYear> <licenses> <license> <name>Proprietary Software License</name> <distribution>repo</distribution> <comments>"SemSpect" is released under a proprietary software license. You are not allowed to disassemble, modify, distribute, sell, or sub-license this software. Private as well as commercial use of this software only according to the terms of a end-user license agreement granted by derivo GmbH, Ulm, Germany</comments> </license> </licenses> <developers> <developer> <name>Michael Opitz</name> <email>opitz@derivo.de</email> <organization>derivo GmbH</organization> <organizationUrl>https://www.derivo.de</organizationUrl> </developer> <developer> <name>Vincent Vialard</name> <email>vialard@derivo.de</email> <organization>derivo GmbH</organization> <organizationUrl>https://www.derivo.de</organizationUrl> </developer> <developer> <name>Thorsten Liebig</name> <email>liebig@derivo.de</email> <organization>derivo GmbH</organization> <organizationUrl>https://www.derivo.de</organizationUrl> </developer> </developers> <scm> <url>https://project.derivo.de/openproject/projects/neo4j-graphapp/repository</url> </scm> <dependencies> <dependency> <groupId>org.neo4j.app</groupId> <artifactId>neo4j-server</artifactId> <version>4.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j</artifactId> <version>4.1.0</version> <scope>provided</scope> </dependency> </dependencies> </project>