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