MVN

io.japi : project

Maven & Gradle

Mar 23, 2015
0 stars

jAPI · jAPI is a small set of annotations that can be used to described intended usage of API elements. With these annotations it is possible to validate that a given codebase does not use the API incorrectly and measure the amount of unstable API elements in use.

<dependency>
    <groupId>io.japi</groupId>
    <artifactId>project</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.japi : project to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of io.japi : project to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
project-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.japi</groupId>
    <artifactId>project</artifactId>
    <version>0.1.0</version>
</dependency>