MVN

com.googlecode.japis : japis

Maven & Gradle

Aug 13, 2010

JAPIS · Root for all JAPIS projects with most basic configurations. This project must not depend on any other JAPIS project. Includes environment configurations and high level reporting.

<dependency>
    <groupId>com.googlecode.japis</groupId>
    <artifactId>japis</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.japis : japis to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.googlecode.japis : japis to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
japis-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.japis</groupId>
    <artifactId>japis</artifactId>
    <version>1.0</version>
</dependency>

Advertisement