Last Version

Limbus Dependency Management for Plugins 3.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!

License

License

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-depchain-plugin
Version

Version

3.0.1
Type

Type

pom
Description

Description

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!

Download limbus-depchain-plugin 3.0.1


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.14.0
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.