Last Version

Limbus System 3.0.1

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>

License

License

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-system
Version

Version

3.0.1
Type

Type

jar
Description

Description

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>

Download limbus-system 3.0.1


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

Dependencies

compile (4)

Group / Artifact Type Version
com.remondis.limbus : limbus-engine-api jar 3.0.1
com.remondis.limbus : limbus-system-api jar 3.0.1
com.remondis.limbus : limbus-event-multicaster jar 3.0.1
com.remondis.limbus : limbus-utils jar 3.0.1

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 2.0.0-alpha1

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 2.0.0-alpha1
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.