MVN

eu.lucaventuri : fibry

Maven & Gradle

Aug 15, 2023
211 stars

Fibry · The first Java Actor System supporting fibers from Project Loom

<dependency>
    <groupId>eu.lucaventuri</groupId>
    <artifactId>fibry</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.lucaventuri : fibry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of eu.lucaventuri : fibry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
fibry-2.7.0
2.6.x
fibry-2.6.0
2.5.x
fibry-2.5.0
2.4.x
fibry-2.4.3
fibry-2.4.2
fibry-2.4.1
fibry-2.4.0
2.3.x
fibry-2.3.8
fibry-2.3.7
fibry-2.3.6
fibry-2.3.4
fibry-2.3.3
fibry-2.3.2
fibry-2.3.1
fibry-2.3.0
2.2.x
fibry-2.2.1
2.2
fibry-2.2
2.1.x
fibry-2.1.9
fibry-2.1.8
fibry-2.1.7
fibry-2.1.6
fibry-2.1.5
fibry-2.1.4
fibry-2.1.3
fibry-2.1.2
fibry-2.1.0
2.0.x
fibry-2.0.0
1.1.x
fibry-1.1.4
fibry-1.1.3
fibry-1.1.2
fibry-1.1.1
fibry-1.1.0
1.0.x
fibry-1.0.11
fibry-1.0.10
fibry-1.0.9
fibry-1.0.8
fibry-1.0.7
fibry-1.0.6
fibry-1.0.5
fibry-1.0.4
fibry-1.0.3
fibry-1.0.2
fibry-1.0.1
1.0
fibry-1.0

How to add a dependency to Maven

Add the following eu.lucaventuri : fibry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.lucaventuri</groupId>
    <artifactId>fibry</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.lucaventuri : fibry gradle dependency to your build.gradle file:

implementation 'eu.lucaventuri:fibry:2.7.0'

Gradle Kotlin DSL: Add the following eu.lucaventuri : fibry gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.lucaventuri:fibry:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.lucaventuri : fibry sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.lucaventuri" % "fibry" % "2.7.0"

Advertisement