MVN

org.softsmithy : softsmithy-parent

Maven & Gradle

Mar 14, 2021
1 stars

SoftSmithy - Parent POM · SoftSmithy is a platform for open source Java developers. The core is an extended Java utility library. This SoftSmithy Parent POM should be the parent (either directly or indirectly) of every SoftSmithy project unless there is a good reason to do otherwise (in which case the reason should be documented).

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

Latest Version

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

  • Latest Stable: 4.1.0

All Versions

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

Version Vulnerabilities Updated
4.1.x
softsmithy-parent-4.1.0
4.0
softsmithy-parent-4.0
3.7
softsmithy-parent-3.7
3.6
softsmithy-parent-3.6
3.5
softsmithy-parent-3.5
3.4
softsmithy-parent-3.4
3.3
softsmithy-parent-3.3
3.2
softsmithy-parent-3.2
3.1
softsmithy-parent-3.1
3.0
softsmithy-parent-3.0
2.7
softsmithy-parent-2.7
2.6
softsmithy-parent-2.6
2.5
softsmithy-parent-2.5
2.4
softsmithy-parent-2.4
2.3
softsmithy-parent-2.3
2.2
softsmithy-parent-2.2
2.1
softsmithy-parent-2.1
2.0
softsmithy-parent-2.0
1.2
softsmithy-parent-1.2
1.1
softsmithy-parent-1.1
1.0
softsmithy-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement