MVN

com.figtreelake : libraries

Maven & Gradle

Feb 15, 2020
0 stars

libraries · A handful of personal libraries which helps on project development.

<dependency>
    <groupId>com.figtreelake</groupId>
    <artifactId>libraries</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.figtreelake : libraries to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.figtreelake : libraries to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
libraries-1.0.1
1.0
libraries-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.figtreelake</groupId>
    <artifactId>libraries</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement