is not current version
Last Version 5.5-RC1

org.cruxframework:crux-runtime 5.2.0

Runtime components of Crux Core

GroupId

GroupId

org.cruxframework
ArtifactId

ArtifactId

crux-runtime
Version

Version

5.2.0
Type

Type

jar

Download crux-runtime 5.2.0


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