MVN

org.neo4j.build.plugins : licensing-maven-plugin

Maven & Gradle

Nov 19, 2021
4 stars

Licensing Maven Mojo · Forked from http://github.com/idcmp/licensing-maven-plugin

<dependency>
    <groupId>org.neo4j.build.plugins</groupId>
    <artifactId>licensing-maven-plugin</artifactId>
    <version>1.7.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.build.plugins : licensing-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.11

All Versions

Choose a version of org.neo4j.build.plugins : licensing-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
licensing-maven-plugin-1.7.11
licensing-maven-plugin-1.7.10
licensing-maven-plugin-1.7.9
licensing-maven-plugin-1.7.8
licensing-maven-plugin-1.7.7
licensing-maven-plugin-1.7.6
licensing-maven-plugin-1.7.5
licensing-maven-plugin-1.7.4
licensing-maven-plugin-1.7.3
licensing-maven-plugin-1.7.2
licensing-maven-plugin-1.7.1

How to add a dependency to Maven

Add the following org.neo4j.build.plugins : licensing-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j.build.plugins</groupId>
    <artifactId>licensing-maven-plugin</artifactId>
    <version>1.7.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.build.plugins : licensing-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.neo4j.build.plugins:licensing-maven-plugin:1.7.11'

Gradle Kotlin DSL: Add the following org.neo4j.build.plugins : licensing-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.build.plugins:licensing-maven-plugin:1.7.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.build.plugins : licensing-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.build.plugins" % "licensing-maven-plugin" % "1.7.11"