c

cyclops-pattern-matching-collections

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