Download cristalise-kernel-3.3.0.jar file - Jar c

Jar examples for c:cristalise-kernel

Description

Cristal-ise is a description-driven software platform originally developed to track the construction of the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive versioning of Item description data, giving the system a high level of flexibility.

You can download jar file cristalise-kernel 3.3.0 in this page.

License

GNU Library or Lesser General Public License v3 (LGPL3)

Build File

You can use the following script to add cristalise-kernel-3.3.0.jar to your project.

<dependency>
   <groupId>org.cristalise</groupId>
   <artifactId>cristalise-kernel</artifactId>
   <version>3.3.0</version>
</dependency>
compile group: 'org.cristalise', name: 'cristalise-kernel', version: '3.3.0'
libraryDependencies += "org.cristalise" % "cristalise-kernel" % "3.3.0"
<dependency org="org.cristalise" name="cristalise-kernel" rev="3.3.0"/>
@Grapes(@Grab(group='org.cristalise', module='cristalise-kernel', version='3.3.0'))
'org.cristalise:cristalise-kernel:jar:3.3.0'

Download

Click the following link to download the jar file.

cristalise-kernel-3.3.0-javadoc.jar
cristalise-kernel-3.3.0-sources.jar
cristalise-kernel-3.3.0-test-sources.jar
cristalise-kernel-3.3.0.jar
cristalise-kernel-3.3.0.pom



Related Tutorials