c

cristalise

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.
https://github.com/cristal-ise/cristal-ise
GNU Library or Lesser General Public License v3 (LGPL3)
Zsolt Kovács
Files download
File Operation
cristalise-4.3.0.pom download
Apache Maven
<dependency>
  <groupId>org.cristalise</groupId>
  <artifactId>cristalise</artifactId>
  <version>4.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cristalise:cristalise:4.3.0'
Gradle Kotlin
implementation("org.cristalise:cristalise:4.3.0")
Scala SBT
libraryDependencies += "org.cristalise" % "cristalise" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cristalise', module='cristalise', version='4.3.0')
)
Apache Ivy
<dependency org="org.cristalise" name="cristalise" rev="4.3.0" />
Leiningen
[org.cristalise/cristalise "4.3.0"]
Apache Buildr
'org.cristalise:cristalise:jar:4.3.0'