MVN

ca.rbon : iostream

Maven & Gradle

Aug 06, 2019
7 stars

Better ergonomics for Java IO stream handling

<dependency>
    <groupId>ca.rbon</groupId>
    <artifactId>iostream</artifactId>
    <version>0.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.rbon : iostream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.3

All Versions

Choose a version of ca.rbon : iostream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
iostream-0.10.3
iostream-0.10.2
0.9.x
iostream-0.9.1
iostream-0.9.0
0.8.x
iostream-0.8.0
0.7.x
iostream-0.7.4
iostream-0.7.3
iostream-0.7.2
iostream-0.7.1
iostream-0.7.0
0.6.x
iostream-0.6.4
iostream-0.6.3
iostream-0.6.2
0.6
iostream-0.6
0.5
iostream-0.5
0.4
iostream-0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>ca.rbon</groupId>
    <artifactId>iostream</artifactId>
    <version>0.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.rbon : iostream gradle dependency to your build.gradle file:

implementation 'ca.rbon:iostream:0.10.3'

Gradle Kotlin DSL: Add the following ca.rbon : iostream gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.rbon:iostream:0.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.rbon : iostream sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.rbon" % "iostream" % "0.10.3"

Advertisement