Download limbus-system-2.0.1.jar file - Jar l

Jar examples for l:limbus-system

Description

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>

You can download jar file limbus-system 2.0.1 in this page.

Build File

You can use the following script to add limbus-system-2.0.1.jar to your project.

<dependency>
   <groupId>com.remondis.limbus</groupId>
   <artifactId>limbus-system</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'com.remondis.limbus', name: 'limbus-system', version: '2.0.1'
libraryDependencies += "com.remondis.limbus" % "limbus-system" % "2.0.1"
<dependency org="com.remondis.limbus" name="limbus-system" rev="2.0.1"/>
@Grapes(@Grab(group='com.remondis.limbus', module='limbus-system', version='2.0.1'))
'com.remondis.limbus:limbus-system:jar:2.0.1'

Download

Click the following link to download the jar file.

limbus-system-2.0.1-javadoc.jar
limbus-system-2.0.1-sources.jar
limbus-system-2.0.1.jar
limbus-system-2.0.1.pom



Related Tutorials