MVN

org.praxislive : praxiscore-components

Maven & Gradle

Aug 04, 2023
31 stars

PraxisCORE Components · Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.

<dependency>
    <groupId>org.praxislive</groupId>
    <artifactId>praxiscore-components</artifactId>
    <version>5.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.praxislive : praxiscore-components to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.0

All Versions

Choose a version of org.praxislive : praxiscore-components to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.7.x
praxiscore-components-5.7.0
5.6.x
praxiscore-components-5.6.0
5.5.x
praxiscore-components-5.5.0
5.4.x
praxiscore-components-5.4.0
5.3.x
praxiscore-components-5.3.0
5.2.x
praxiscore-components-5.2.0
5.1.x
praxiscore-components-5.1.0
5.0.x
praxiscore-components-5.0.0

How to add a dependency to Maven

Add the following org.praxislive : praxiscore-components maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.praxislive</groupId>
    <artifactId>praxiscore-components</artifactId>
    <version>5.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.praxislive : praxiscore-components gradle dependency to your build.gradle file:

implementation 'org.praxislive:praxiscore-components:5.7.0'

Gradle Kotlin DSL: Add the following org.praxislive : praxiscore-components gradle kotlin dependency to your build.gradle.kts file:

implementation("org.praxislive:praxiscore-components:5.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.praxislive : praxiscore-components sbt scala dependency to your build.sbt file:

libraryDependencies += "org.praxislive" % "praxiscore-components" % "5.7.0"