MVN

io.github.smyrgeorge : actor4k

Maven & Gradle

Jan 20, 2024
13 stars

actor4k · A small actor system written in kotlin using Coroutines (kotlinx.coroutines).

<dependency>
    <groupId>io.github.smyrgeorge</groupId>
    <artifactId>actor4k</artifactId>
    <version>0.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.smyrgeorge : actor4k to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.5

All Versions

Choose a version of io.github.smyrgeorge : actor4k to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
actor4k-0.3.5
actor4k-0.3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.smyrgeorge</groupId>
    <artifactId>actor4k</artifactId>
    <version>0.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.smyrgeorge : actor4k gradle dependency to your build.gradle file:

implementation 'io.github.smyrgeorge:actor4k:0.3.5'

Gradle Kotlin DSL: Add the following io.github.smyrgeorge : actor4k gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.smyrgeorge:actor4k:0.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.smyrgeorge : actor4k sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.smyrgeorge" % "actor4k" % "0.3.5"