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