Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdcyclops-pattern-matching-recursive |
Version | Version6.0.4 |
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>6.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching-recursive/
implementation 'com.aol.cyclops:cyclops-pattern-matching-recursive:6.0.4'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-pattern-matching-recursive/
implementation ("com.aol.cyclops:cyclops-pattern-matching-recursive:6.0.4")
'com.aol.cyclops:cyclops-pattern-matching-recursive:jar:6.0.4'
<dependency org="com.aol.cyclops" name="cyclops-pattern-matching-recursive" rev="6.0.4">
<artifact name="cyclops-pattern-matching-recursive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-pattern-matching-recursive', version='6.0.4')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-pattern-matching-recursive" % "6.0.4"
[com.aol.cyclops/cyclops-pattern-matching-recursive "6.0.4"]