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