License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdcyclops-pattern-matching |
Last Version | Last Version7.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclops-pattern-matching
Advanced pattern matching for Java 8
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-pattern-matching</artifactId>
<version>7.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching/
implementation 'com.aol.cyclops:cyclops-pattern-matching:7.3.1'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching/
implementation ("com.aol.cyclops:cyclops-pattern-matching:7.3.1")
'com.aol.cyclops:cyclops-pattern-matching:jar:7.3.1'
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching" rev="7.3.1">
<artifact name="cyclops-pattern-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-pattern-matching', version='7.3.1')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching" % "7.3.1"
[com.aol.cyclops/cyclops-pattern-matching "7.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.pcollections : pcollections | jar | 2.1.2 |
com.aol.cyclops : cyclops-streams | jar | 7.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 18.0 |