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.3.jar 下载
cyclops-pattern-matching-collections-6.0.3.pom 下载
cyclops-pattern-matching-collections-6.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.aol.cyclops</groupId>
  <artifactId>cyclops-pattern-matching-collections</artifactId>
  <version>6.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.aol.cyclops:cyclops-pattern-matching-collections:6.0.3'
Gradle Kotlin
implementation("com.aol.cyclops:cyclops-pattern-matching-collections:6.0.3")
Scala SBT
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching-collections" % "6.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.cyclops', module='cyclops-pattern-matching-collections', version='6.0.3')
)
Apache Ivy
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching-collections" rev="6.0.3" />
Leiningen
[com.aol.cyclops/cyclops-pattern-matching-collections "6.0.3"]
Apache Buildr
'com.aol.cyclops:cyclops-pattern-matching-collections:jar:6.0.3'