MVN

net.java.loci : loci-plugin

Maven & Gradle

Mar 30, 2011

Loci plugin · A simple, pluggable type checker for thread locality

<plugin>
    <groupId>net.java.loci</groupId>
    <artifactId>loci-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.loci : loci-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of net.java.loci : loci-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
loci-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.java.loci</groupId>
    <artifactId>loci-plugin</artifactId>
    <version>0.1</version>
</plugin>