MVN

io.iohk : scalanet_2.13

Maven & Gradle

Apr 26, 2021
3 usages
19 stars

scalanet_2.13 · Asynchronous, strongly typed, resource-managed networking library, written in Scala with support for a variety of network technologies

<dependency>
    <groupId>io.iohk</groupId>
    <artifactId>scalanet_2.13</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.iohk : scalanet_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of io.iohk : scalanet_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scalanet_2.13-0.8.0

    Apr 26, 2021
  • scalanet_2.13-0.7.0

    Feb 22, 2021
  • scalanet_2.13-0.6.0

    Jan 14, 2021

How to add a dependency to Maven

Add the following io.iohk : scalanet_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.iohk</groupId>
    <artifactId>scalanet_2.13</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.iohk : scalanet_2.13 gradle dependency to your build.gradle file:

implementation 'io.iohk:scalanet_2.13:0.8.0'

Gradle Kotlin DSL: Add the following io.iohk : scalanet_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.iohk:scalanet_2.13:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.iohk : scalanet_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.iohk" % "scalanet_2.13" % "0.8.0"

Advertisement