is not current version
Last Version 3.0.1

com.remondis.limbus:limbus-depchain-plugin 2.0.1

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!

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-depchain-plugin
Version

Version

2.0.1
Type

Type

pom

Download limbus-depchain-plugin 2.0.1


<!-- https://jarcasting.com/artifacts/com.remondis.limbus/limbus-depchain-plugin/ -->
<dependency>
    <groupId>com.remondis.limbus</groupId>
    <artifactId>limbus-depchain-plugin</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.remondis.limbus/limbus-depchain-plugin/
implementation 'com.remondis.limbus:limbus-depchain-plugin:2.0.1'
// https://jarcasting.com/artifacts/com.remondis.limbus/limbus-depchain-plugin/
implementation ("com.remondis.limbus:limbus-depchain-plugin:2.0.1")
'com.remondis.limbus:limbus-depchain-plugin:pom:2.0.1'
<dependency org="com.remondis.limbus" name="limbus-depchain-plugin" rev="2.0.1">
  <artifact name="limbus-depchain-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.remondis.limbus', module='limbus-depchain-plugin', version='2.0.1')
)
libraryDependencies += "com.remondis.limbus" % "limbus-depchain-plugin" % "2.0.1"
[com.remondis.limbus/limbus-depchain-plugin "2.0.1"]