Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdcyclops-pattern-matching-recursive |
Version | Version7.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching-recursive/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-pattern-matching-recursive</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching-recursive/
implementation 'com.aol.cyclops:cyclops-pattern-matching-recursive:7.2.0'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching-recursive/
implementation ("com.aol.cyclops:cyclops-pattern-matching-recursive:7.2.0")
'com.aol.cyclops:cyclops-pattern-matching-recursive:jar:7.2.0'
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching-recursive" rev="7.2.0">
<artifact name="cyclops-pattern-matching-recursive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-pattern-matching-recursive', version='7.2.0')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching-recursive" % "7.2.0"
[com.aol.cyclops/cyclops-pattern-matching-recursive "7.2.0"]