l

limbus-depchain-plugin

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!
Files download
File Operation
limbus-depchain-plugin-3.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.remondis.limbus</groupId>
  <artifactId>limbus-depchain-plugin</artifactId>
  <version>3.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.remondis.limbus:limbus-depchain-plugin:3.1.0'
Gradle Kotlin
implementation("com.remondis.limbus:limbus-depchain-plugin:3.1.0")
Scala SBT
libraryDependencies += "com.remondis.limbus" % "limbus-depchain-plugin" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.remondis.limbus', module='limbus-depchain-plugin', version='3.1.0')
)
Apache Ivy
<dependency org="com.remondis.limbus" name="limbus-depchain-plugin" rev="3.1.0" />
Leiningen
[com.remondis.limbus/limbus-depchain-plugin "3.1.0"]
Apache Buildr
'com.remondis.limbus:limbus-depchain-plugin:jar:3.1.0'