MVN

com.remondis.limbus : limbus-depchain-plugin

Maven & Gradle

Mar 26, 2023
1 usages
1 stars

Limbus Dependency Management for Plugins · Limbus dependency management POM for plugin developers. This POM imports the dependency management for Limbus plugin development libraries. Several scopes are predefined, do not override scope without knowing what you do. Example: Do not set the limbus-engine-api into scope "compile". This will make the plugin unusable on the Limbus Engine!

<dependency>
    <groupId>com.remondis.limbus</groupId>
    <artifactId>limbus-depchain-plugin</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.remondis.limbus : limbus-depchain-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.remondis.limbus : limbus-depchain-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
limbus-depchain-plugin-3.1.0
3.0.x
limbus-depchain-plugin-3.0.1
2.0.x
limbus-depchain-plugin-2.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.remondis.limbus</groupId>
    <artifactId>limbus-depchain-plugin</artifactId>
    <version>3.1.0</version>
</dependency>

Advertisement