<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-pattern-matching</artifactId>
<version>7.2.0</version>
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-pattern-matching', version='7.2.0')
)
compile
|-- org.slf4j:jcl-over-slf4j:1.6.1
|-- com.aol.cyclops:cyclops-closures:7.2.0
|-- com.aol.cyclops:cyclops-sequence-api:7.2.0
|-- org.hamcrest:hamcrest-all:1.3
|-- org.pcollections:pcollections:2.1.2
|-- com.aol.cyclops:cyclops-streams:7.2.0
test
|-- junit:junit:4.12