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