Download cyclops-pattern-matching-7.2.0.jar file - Jar c

Jar examples for c:cyclops-pattern-matching

Description

Advanced pattern matching for Java 8

You can download jar file cyclops-pattern-matching 7.2.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add cyclops-pattern-matching-7.2.0.jar to your project.

<dependency>
   <groupId>com.aol.cyclops</groupId>
   <artifactId>cyclops-pattern-matching</artifactId>
   <version>7.2.0</version>
</dependency>
compile group: 'com.aol.cyclops', name: 'cyclops-pattern-matching', version: '7.2.0'
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching" % "7.2.0"
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching" rev="7.2.0"/>
@Grapes(@Grab(group='com.aol.cyclops', module='cyclops-pattern-matching', version='7.2.0'))
'com.aol.cyclops:cyclops-pattern-matching:jar:7.2.0'

Download

Click the following link to download the jar file.

cyclops-pattern-matching-7.2.0-javadoc.jar
cyclops-pattern-matching-7.2.0-sources.jar
cyclops-pattern-matching-7.2.0-tests.jar
cyclops-pattern-matching-7.2.0.jar
cyclops-pattern-matching-7.2.0.pom



Related Tutorials