How to install the Java artifact org.scalaz.scalaz-concurrent_2.10.0-M5 with Maven
Java
Maven
pom.xml
org.scalaz
scalaz-concurrent_2.10.0-M5
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-concurrent_2.10.0-M5</artifactId>
<version>7.0.0-M1</version>
</dependency>
/<dependencies>