c

cyclops-pattern-matching-recursive

Advanced pattern matching for Java 8
http://advertising.com
The MIT License (MIT)
John McClean
Files download
File Operation
cyclops-pattern-matching-recursive-7.2.4.jar download
cyclops-pattern-matching-recursive-7.2.4.pom download
cyclops-pattern-matching-recursive-7.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aol.cyclops</groupId>
  <artifactId>cyclops-pattern-matching-recursive</artifactId>
  <version>7.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.aol.cyclops:cyclops-pattern-matching-recursive:7.2.4'
Gradle Kotlin
implementation("com.aol.cyclops:cyclops-pattern-matching-recursive:7.2.4")
Scala SBT
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching-recursive" % "7.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.cyclops', module='cyclops-pattern-matching-recursive', version='7.2.4')
)
Apache Ivy
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching-recursive" rev="7.2.4" />
Leiningen
[com.aol.cyclops/cyclops-pattern-matching-recursive "7.2.4"]
Apache Buildr
'com.aol.cyclops:cyclops-pattern-matching-recursive:jar:7.2.4'