MVN

org.jetlang : jetlang

Maven & Gradle

Jan 29, 2019
2 usages
155 stars

Jetlang · Jetlang provides a high performance java threading library. It is a complement to the java.util.concurrent package introduced in 1.5 and should be used for message based concurrency similar to event based actors in Scala.

<dependency>
    <groupId>org.jetlang</groupId>
    <artifactId>jetlang</artifactId>
    <version>0.2.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetlang : jetlang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.23

All Versions

Choose a version of org.jetlang : jetlang to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
jetlang-0.2.23
jetlang-0.2.22
jetlang-0.2.21
jetlang-0.2.20
jetlang-0.2.19
jetlang-0.2.18
jetlang-0.2.17
jetlang-0.2.16
jetlang-0.2.15
jetlang-0.2.12
jetlang-0.2.11
jetlang-0.2.10
jetlang-0.2.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jetlang</groupId>
    <artifactId>jetlang</artifactId>
    <version>0.2.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetlang : jetlang gradle dependency to your build.gradle file:

implementation 'org.jetlang:jetlang:0.2.23'

Gradle Kotlin DSL: Add the following org.jetlang : jetlang gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetlang:jetlang:0.2.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetlang : jetlang sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetlang" % "jetlang" % "0.2.23"

Advertisement

Dependencies from Group

Jan 29, 2019
2 usages
155 stars
Feb 27, 2019
28 stars

Discover Dependencies

Jul 24, 2016
2 usages
0 stars
Jul 28, 2016
7 stars
Jul 28, 2016
2 usages
7 stars
Jul 28, 2016
5 usages
7 stars
Jul 28, 2016
2 usages
7 stars
Jul 28, 2016
7 stars
Jun 05, 2023
5 usages
146 stars
Oct 17, 2022
61 stars
Aug 24, 2021
3.6k stars
Jul 29, 2016
1 usages
0 stars