Files download
File Operation
scala-io-performance_2.9.1-0.4.1-seq.pom download
Apache Maven
<dependency>
  <groupId>com.github.scala-incubator.io</groupId>
  <artifactId>scala-io-performance_2.9.1</artifactId>
  <version>0.4.1-seq</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.scala-incubator.io:scala-io-performance_2.9.1:0.4.1-seq'
Gradle Kotlin
implementation("com.github.scala-incubator.io:scala-io-performance_2.9.1:0.4.1-seq")
Scala SBT
libraryDependencies += "com.github.scala-incubator.io" % "scala-io-performance_2.9.1" % "0.4.1-seq"
Groovy Grape
@Grapes(
  @Grab(group='com.github.scala-incubator.io', module='scala-io-performance_2.9.1', version='0.4.1-seq')
)
Apache Ivy
<dependency org="com.github.scala-incubator.io" name="scala-io-performance_2.9.1" rev="0.4.1-seq" />
Leiningen
[com.github.scala-incubator.io/scala-io-performance_2.9.1 "0.4.1-seq"]
Apache Buildr
'com.github.scala-incubator.io:scala-io-performance_2.9.1:jar:0.4.1-seq'