License |
License |
---|---|
GroupId | GroupIdorg.cristalise |
ArtifactId | ArtifactIdcristalise-kernel |
Last Version | Last Version5.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncristalise-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cristalise-kernel-5.7.0.pom | |
cristalise-kernel-5.7.0.jar | 771 KB |
cristalise-kernel-5.7.0-test-sources.jar | 42 KB |
cristalise-kernel-5.7.0-sources.jar | 643 KB |
cristalise-kernel-5.7.0-javadoc.jar | 2 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.python : jython | jar | 2.5.3 |