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