MVN

org.linqs.plugins : maven-plugins

Maven & Gradle

Oct 21, 2018
0 stars

maven-plugins · Plugins from the LINQS research group.

<dependency>
    <groupId>org.linqs.plugins</groupId>
    <artifactId>maven-plugins</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.linqs.plugins : maven-plugins to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.linqs.plugins : maven-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-plugins-1.0.1
maven-plugins-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.linqs.plugins</groupId>
    <artifactId>maven-plugins</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement