MVN

io.causallabs : runtime

Maven & Gradle

Mar 31, 2022
0 stars

Causal Runtime Library · Runtime required to run Causal java components.

<dependency>
    <groupId>io.causallabs</groupId>
    <artifactId>runtime</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.causallabs : runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of io.causallabs : runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
runtime-0.5.2
runtime-0.5.1
runtime-0.5.0
0.4.x
runtime-0.4.2
runtime-0.4.1
0.3.x
runtime-0.3.1
runtime-0.3.0
0.2.x
runtime-0.2.0
0.1.x
runtime-0.1.4
runtime-0.1.1

How to add a dependency to Maven

Add the following io.causallabs : runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.causallabs</groupId>
    <artifactId>runtime</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.causallabs : runtime gradle dependency to your build.gradle file:

implementation 'io.causallabs:runtime:0.5.2'

Gradle Kotlin DSL: Add the following io.causallabs : runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.causallabs:runtime:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.causallabs : runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.causallabs" % "runtime" % "0.5.2"