MVN

de.derivo.graph-app : semspect-neo4j-plugin-distribution

Maven & Gradle

Sep 02, 2020

SemSpect Neo4j Plugin Distribution · Neo4j plugin for the SemSpect graph app

<dependency>
    <groupId>de.derivo.graph-app</groupId>
    <artifactId>semspect-neo4j-plugin-distribution</artifactId>
    <version>3.15.0-neo4j-4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.derivo.graph-app : semspect-neo4j-plugin-distribution to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.15.0-neo4j-4.1
  • Latest Beta: 3.16.0-beta-neo4j-4.1
  • Latest Alpha: 3.13.3-alpha

All Versions

Choose a version of de.derivo.graph-app : semspect-neo4j-plugin-distribution to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.16.x
semspect-neo4j-plugin-distribution-3.16.0-beta-neo4j-4.1
semspect-neo4j-plugin-distribution-3.16.0-beta-neo4j-4.0
semspect-neo4j-plugin-distribution-3.16.0-beta-neo4j-3.5
semspect-neo4j-plugin-distribution-3.16.0-beta-neo4j-3.4
3.15.x
semspect-neo4j-plugin-distribution-3.15.0-neo4j-4.1
semspect-neo4j-plugin-distribution-3.15.0-neo4j-4.0
semspect-neo4j-plugin-distribution-3.15.0-neo4j-3.5
semspect-neo4j-plugin-distribution-3.15.0-neo4j-3.4
3.14.x
semspect-neo4j-plugin-distribution-3.14.0-beta
3.13.x
semspect-neo4j-plugin-distribution-3.13.3-beta
semspect-neo4j-plugin-distribution-3.13.3-alpha
semspect-neo4j-plugin-distribution-3.13.2-alpha
semspect-neo4j-plugin-distribution-3.13.1-alpha

How to add a dependency to Maven

Add the following de.derivo.graph-app : semspect-neo4j-plugin-distribution maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.derivo.graph-app</groupId>
    <artifactId>semspect-neo4j-plugin-distribution</artifactId>
    <version>3.15.0-neo4j-4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.derivo.graph-app : semspect-neo4j-plugin-distribution gradle dependency to your build.gradle file:

implementation 'de.derivo.graph-app:semspect-neo4j-plugin-distribution:3.15.0-neo4j-4.1'

Gradle Kotlin DSL: Add the following de.derivo.graph-app : semspect-neo4j-plugin-distribution gradle kotlin dependency to your build.gradle.kts file:

implementation("de.derivo.graph-app:semspect-neo4j-plugin-distribution:3.15.0-neo4j-4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.derivo.graph-app : semspect-neo4j-plugin-distribution sbt scala dependency to your build.sbt file:

libraryDependencies += "de.derivo.graph-app" % "semspect-neo4j-plugin-distribution" % "3.15.0-neo4j-4.1"

Advertisement