MVN

com.remondis.limbus : limbus-system

Maven & Gradle

Mar 26, 2023
1 stars

Limbus System · The Limbus System is a small light-weight CDI framework managing the Limbus Core Components. The object graph is represented by an XML configuration file or can be build using the Limbus System API. This module delivers an optional system component that visualizes the object graph and its dependencies after initializing: com.remondis.limbus.system.visualize.LimbusSystemVisualizer This component can be added to the Limbus System. To keep the dependencies of this module transparent and light-weight, the graph renderer is declared as an optional dependency. Add the following dependencies to your project to use the visualisation component: <!-- Graph Stream for Visualization feature This is an optional dependency and only required if using the com.remondis.limbus.system.visualize.LimbusSystemVisualizer --> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-core</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-ui</artifactId> <version>1.3</version> </dependency>

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

Latest Version

Choose a version of com.remondis.limbus : limbus-system to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.remondis.limbus : limbus-system to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following com.remondis.limbus : limbus-system maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.remondis.limbus : limbus-system gradle dependency to your build.gradle file:

implementation 'com.remondis.limbus:limbus-system:3.1.0'

Gradle Kotlin DSL: Add the following com.remondis.limbus : limbus-system gradle kotlin dependency to your build.gradle.kts file:

implementation("com.remondis.limbus:limbus-system:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.remondis.limbus : limbus-system sbt scala dependency to your build.sbt file:

libraryDependencies += "com.remondis.limbus" % "limbus-system" % "3.1.0"

Advertisement

Dependencies from Group

Mar 26, 2023
2 usages
1 stars
Mar 26, 2023
1 usages
1 stars
Mar 26, 2023
1 usages
1 stars
Mar 26, 2023
1 usages
1 stars
Mar 26, 2023
1 usages
1 stars

Discover Dependencies

Jul 26, 2023
6 usages
697 stars
Nov 27, 2007
18 usages
Nov 11, 2020
3 usages
0 stars
Dec 19, 2022
10 usages
267 stars
Feb 06, 2013
16 usages
2 stars
Apr 26, 2015
4 usages
267 stars
Nov 20, 2020
3 usages
1.2k stars
Aug 01, 2019
4 usages
74 stars
Feb 16, 2016
3 usages
4 stars