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