MVN

org.aposin.licensescout : licensescout-maven-plugin

Maven & Gradle

Sep 15, 2021
22 stars

LicenseScout Maven Plugin · Maven plug-in using the LicenseScout Core for standard Maven builds. Can write reports as CSV, Text or HTML using configurable templates and can write results to a database.

<dependency>
    <groupId>org.aposin.licensescout</groupId>
    <artifactId>licensescout-maven-plugin</artifactId>
    <version>1.3.1.007</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aposin.licensescout : licensescout-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1.007
  • Latest Release Candidate: 1.4.0.RC28

All Versions

Choose a version of org.aposin.licensescout : licensescout-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
licensescout-maven-plugin-1.4.0.RC28
licensescout-maven-plugin-1.4.0.RC27
licensescout-maven-plugin-1.4.0.RC26
licensescout-maven-plugin-1.4.0.RC24
licensescout-maven-plugin-1.4.0.RC23
licensescout-maven-plugin-1.4.0.RC22
licensescout-maven-plugin-1.4.0.RC17
licensescout-maven-plugin-1.4.0.RC16
licensescout-maven-plugin-1.4.0.RC15
licensescout-maven-plugin-1.4.0.RC14
licensescout-maven-plugin-1.4.0.RC13
licensescout-maven-plugin-1.4.0.RC12
licensescout-maven-plugin-1.4.0.RC8
licensescout-maven-plugin-1.4.0.RC6
licensescout-maven-plugin-1.4.0.RC5
licensescout-maven-plugin-1.4.0.RC4
licensescout-maven-plugin-1.4.0.RC1
1.3.x
licensescout-maven-plugin-1.3.1.007
licensescout-maven-plugin-1.3.1.005
licensescout-maven-plugin-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.aposin.licensescout</groupId>
    <artifactId>licensescout-maven-plugin</artifactId>
    <version>1.3.1.007</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aposin.licensescout : licensescout-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.aposin.licensescout:licensescout-maven-plugin:1.3.1.007'

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

implementation("org.aposin.licensescout:licensescout-maven-plugin:1.3.1.007")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aposin.licensescout : licensescout-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aposin.licensescout" % "licensescout-maven-plugin" % "1.3.1.007"