MVN

org.cristalise : cristalise-kernel

Maven & Gradle

Nov 15, 2022
11 usages
12 stars

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.

<dependency>
    <groupId>org.cristalise</groupId>
    <artifactId>cristalise-kernel</artifactId>
    <version>5.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cristalise : cristalise-kernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.1
  • Latest Release Candidate: 5.0.0-RC

All Versions

Choose a version of org.cristalise : cristalise-kernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.7.x
cristalise-kernel-5.7.1
cristalise-kernel-5.7.0
5.6.x
cristalise-kernel-5.6.0
5.5.x
cristalise-kernel-5.5.0
5.4.x
cristalise-kernel-5.4.0
5.3.x
cristalise-kernel-5.3.4
cristalise-kernel-5.3.3
cristalise-kernel-5.3.2
cristalise-kernel-5.3.1
cristalise-kernel-5.3.0
5.2.x
cristalise-kernel-5.2.2
cristalise-kernel-5.2.1
cristalise-kernel-5.2.0
5.1.x
cristalise-kernel-5.1.2
cristalise-kernel-5.1.1
cristalise-kernel-5.1.0
5.0.x
cristalise-kernel-5.0.0
cristalise-kernel-5.0.0-RC
4.5.x
cristalise-kernel-4.5.1
cristalise-kernel-4.5.0
4.4.x
cristalise-kernel-4.4.0
4.3.x
cristalise-kernel-4.3.1
cristalise-kernel-4.3.0
4.2.x
cristalise-kernel-4.2.0
4.1.x
cristalise-kernel-4.1.0
4.0.x
cristalise-kernel-4.0.0
cristalise-kernel-4.0.0-RC2
3.7.x
cristalise-kernel-3.7.0
3.6.x
cristalise-kernel-3.6.1
cristalise-kernel-3.6.0
3.5.x
cristalise-kernel-3.5.0
3.4.x
cristalise-kernel-3.4.2
cristalise-kernel-3.4.1
cristalise-kernel-3.4.0
3.3.x
cristalise-kernel-3.3.0
3.3
cristalise-kernel-3.3
3.2
cristalise-kernel-3.2

How to add a dependency to Maven

Add the following org.cristalise : cristalise-kernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cristalise</groupId>
    <artifactId>cristalise-kernel</artifactId>
    <version>5.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cristalise : cristalise-kernel gradle dependency to your build.gradle file:

implementation 'org.cristalise:cristalise-kernel:5.7.1'

Gradle Kotlin DSL: Add the following org.cristalise : cristalise-kernel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cristalise:cristalise-kernel:5.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cristalise : cristalise-kernel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cristalise" % "cristalise-kernel" % "5.7.1"

Advertisement