MVN

org.softsmithy.lib : lib-parent

Maven & Gradle

Feb 26, 2011

SoftSmithy Utility Library - Parent POM · The parent POM of the SoftSmithy Utility Library project. This SoftSmithy Utility Library Parent POM should be the parent (either directly or indirectly) of every SoftSmithy Utility Library project unless there is a good reason to do otherwise (in which case the reason should be documented).

<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>lib-parent</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.softsmithy.lib : lib-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of org.softsmithy.lib : lib-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
lib-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>lib-parent</artifactId>
    <version>0.1</version>
</dependency>