MVN

com.github.zzycjcg : foundation

Maven & Gradle

Dec 20, 2015
0 stars

foundation · The foundation framework makes it easier to build Java web applications. Foundation is mainly based on spring, mybatis and jersey.

<dependency>
    <groupId>com.github.zzycjcg</groupId>
    <artifactId>foundation</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zzycjcg : foundation to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.github.zzycjcg : foundation to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
foundation-0.0.3
foundation-0.0.2
foundation-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.zzycjcg</groupId>
    <artifactId>foundation</artifactId>
    <version>0.0.3</version>
</dependency>

Advertisement