MVN

xyz.shodown : shodown-parent

Maven & Gradle

May 23, 2022
1 stars

shodown-parent · for releasing shodown jars to central

<dependency>
    <groupId>xyz.shodown</groupId>
    <artifactId>shodown-parent</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.shodown : shodown-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of xyz.shodown : shodown-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
shodown-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>xyz.shodown</groupId>
    <artifactId>shodown-parent</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement