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