MVN

io.vlingo.xoom : xoom-actors

Maven & Gradle

Feb 15, 2023
29 usages
225 stars

xoom-actors · Type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.

<dependency>
    <groupId>io.vlingo.xoom</groupId>
    <artifactId>xoom-actors</artifactId>
    <version>1.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vlingo.xoom : xoom-actors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.1

All Versions

Choose a version of io.vlingo.xoom : xoom-actors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
xoom-actors-1.11.1
xoom-actors-1.11.0
1.10.x
xoom-actors-1.10.1
xoom-actors-1.10.0
1.9.x
xoom-actors-1.9.3
xoom-actors-1.9.2
xoom-actors-1.9.1
xoom-actors-1.9.0
1.8.x
xoom-actors-1.8.8
xoom-actors-1.8.7
xoom-actors-1.8.6
xoom-actors-1.8.5
xoom-actors-1.8.4
xoom-actors-1.8.3
xoom-actors-1.8.2
xoom-actors-1.8.1
xoom-actors-1.8.0
1.7.x
xoom-actors-1.7.7
xoom-actors-1.7.6
xoom-actors-1.7.5
xoom-actors-1.7.0

How to add a dependency to Maven

Add the following io.vlingo.xoom : xoom-actors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vlingo.xoom</groupId>
    <artifactId>xoom-actors</artifactId>
    <version>1.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vlingo.xoom : xoom-actors gradle dependency to your build.gradle file:

implementation 'io.vlingo.xoom:xoom-actors:1.11.1'

Gradle Kotlin DSL: Add the following io.vlingo.xoom : xoom-actors gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vlingo.xoom:xoom-actors:1.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vlingo.xoom : xoom-actors sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vlingo.xoom" % "xoom-actors" % "1.11.1"

Advertisement

Dependencies from Group

Feb 15, 2023
29 usages
225 stars
Feb 15, 2023
20 usages
16 stars
Feb 15, 2023
12 usages
225 stars
Feb 15, 2023
6 usages
13 stars
Feb 15, 2023
6 usages
11 stars

Discover Dependencies