License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdenable-switch |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclops-pattern-matching
Enabled / Disabled monad (extends javaslang.control.Either)
|
Project URL |
Project URL |
Filename | Size |
---|---|
enable-switch-4.0.1.pom | |
enable-switch-4.0.1.jar | 7 KB |
enable-switch-4.0.1-tests.jar | 6 KB |
enable-switch-4.0.1-sources.jar | 4 KB |
enable-switch-4.0.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/enable-switch/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>enable-switch</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/enable-switch/
implementation 'com.aol.cyclops:enable-switch:4.0.1'
// https://jarcasting.com/artifacts/com.aol.cyclops/enable-switch/
implementation ("com.aol.cyclops:enable-switch:4.0.1")
'com.aol.cyclops:enable-switch:jar:4.0.1'
<dependency org="com.aol.cyclops" name="enable-switch" rev="4.0.1">
<artifact name="enable-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='enable-switch', version='4.0.1')
)
libraryDependencies += "com.aol.cyclops" % "enable-switch" % "4.0.1"
[com.aol.cyclops/enable-switch "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.aol.cyclops : cyclops-core | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |