License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdpattern-matching |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclops-pattern-matching
Advanced pattern matching for Java 8
|
Project URL |
Project URL |
Filename | Size |
---|---|
pattern-matching-4.0.1.pom | |
pattern-matching-4.0.1.jar | 87 KB |
pattern-matching-4.0.1-tests.jar | 81 KB |
pattern-matching-4.0.1-sources.jar | 39 KB |
pattern-matching-4.0.1-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/pattern-matching/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>pattern-matching</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/pattern-matching/
implementation 'com.aol.cyclops:pattern-matching:4.0.1'
// https://jarcasting.com/artifacts/com.aol.cyclops/pattern-matching/
implementation ("com.aol.cyclops:pattern-matching:4.0.1")
'com.aol.cyclops:pattern-matching:jar:4.0.1'
<dependency org="com.aol.cyclops" name="pattern-matching" rev="4.0.1">
<artifact name="pattern-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='pattern-matching', version='4.0.1')
)
libraryDependencies += "com.aol.cyclops" % "pattern-matching" % "4.0.1"
[com.aol.cyclops/pattern-matching "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
com.aol.cyclops : cyclops-base | jar | 4.0.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.pcollections : pcollections | jar | 2.1.2 |
org.projectlombok : lombok | jar | 1.16.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 18.0 |