is not current version
Last Version 5.5-RC1

org.cruxframework:crux-runtime 5.1.1

Runtime components of Crux Core

GroupId

GroupId

org.cruxframework
ArtifactId

ArtifactId

crux-runtime
Version

Version

5.1.1
Type

Type

jar

Download crux-runtime 5.1.1


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