MVN

com.fcibook.quick : quick-parent

Maven & Gradle

Dec 01, 2017
13 stars

Quick · quick is smart java project.

<dependency>
    <groupId>com.fcibook.quick</groupId>
    <artifactId>quick-parent</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fcibook.quick : quick-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.fcibook.quick : quick-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
quick-parent-1.4
1.3
quick-parent-1.3
1.2
quick-parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fcibook.quick</groupId>
    <artifactId>quick-parent</artifactId>
    <version>1.4</version>
</dependency>

Advertisement