MVN

org.cruxframework : crux-runtime

Maven & Gradle

Aug 08, 2016
3 usages

Crux Core - Runtime · Runtime components of Crux Core

<dependency>
    <groupId>org.cruxframework</groupId>
    <artifactId>crux-runtime</artifactId>
    <version>5.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cruxframework : crux-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.4
  • Latest Release Candidate: 5.5-RC1

All Versions

Choose a version of org.cruxframework : crux-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5
crux-runtime-5.5-RC1
5.4.x
crux-runtime-5.4.1
crux-runtime-5.4.0
5.3.x
crux-runtime-5.3.4
crux-runtime-5.3.3
crux-runtime-5.3.2
crux-runtime-5.3.1
crux-runtime-5.3.0
5.2.x
crux-runtime-5.2.1
crux-runtime-5.2.0
5.1.x
crux-runtime-5.1.3
crux-runtime-5.1.2
crux-runtime-5.1.1
crux-runtime-5.1.0
5.0.x
crux-runtime-5.0.4
crux-runtime-5.0.3-RC1
crux-runtime-5.0.2
crux-runtime-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cruxframework</groupId>
    <artifactId>crux-runtime</artifactId>
    <version>5.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cruxframework : crux-runtime gradle dependency to your build.gradle file:

implementation 'org.cruxframework:crux-runtime:5.3.4'

Gradle Kotlin DSL: Add the following org.cruxframework : crux-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cruxframework:crux-runtime:5.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cruxframework : crux-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cruxframework" % "crux-runtime" % "5.3.4"

Advertisement