<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-pattern-matching-collections</artifactId>
<version>6.0.1</version>
</dependency>
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching-collections" % "6.0.1"
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-pattern-matching-collections', version='6.0.1')
)
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching-collections" rev="6.0.1" />
compile
|-- com.nurkiewicz.lazyseq:lazyseq:0.0.1
|-- com.aol.cyclops:cyclops-pattern-matching:6.0.1
test
|-- junit:junit:4.12