c

cyclops-pattern-matching-recursive

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