Last Version

cristalise-kernel 5.7.0

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.

License

License

GroupId

GroupId

org.cristalise
ArtifactId

ArtifactId

cristalise-kernel
Version

Version

5.7.0
Type

Type

jar
Description

Description

cristalise-kernel
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.
Project URL

Project URL

https://github.com/cristal-ise/kernel
Source Code Management

Source Code Management

https://github.com/cristal-ise/kernel

Download cristalise-kernel 5.7.0


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

Dependencies

compile (7)

Group / Artifact Type Version
org.cristalise : cristalise-idl jar 5.7.0
org.codehaus.castor : castor-xml-schema jar 1.4.1
org.codehaus.castor : castor-xml jar 1.4.1
org.apache.shiro : shiro-core jar 1.4.2
xmlunit : xmlunit jar 1.5
org.mvel : mvel2 jar 2.4.4.Final
org.slf4j : slf4j-api jar 1.7.26

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

runtime (1)

Group / Artifact Type Version
org.python : jython jar 2.5.3

Project Modules

There are no modules declared in this project.