| Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
|---|---|
| GroupId | GroupIdcom.aol.cyclops |
| ArtifactId | ArtifactIdcyclops-try |
| Version | Version6.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cyclops-try-6.0.3.pom | |
| cyclops-try-6.0.3.jar | 20 KB |
| cyclops-try-6.0.3-tests.jar | 16 KB |
| cyclops-try-6.0.3-sources.jar | 8 KB |
| cyclops-try-6.0.3-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-try</artifactId>
<version>6.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/
implementation 'com.aol.cyclops:cyclops-try:6.0.3'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/
implementation ("com.aol.cyclops:cyclops-try:6.0.3")
'com.aol.cyclops:cyclops-try:jar:6.0.3'
<dependency org="com.aol.cyclops" name="cyclops-try" rev="6.0.3">
<artifact name="cyclops-try" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-try', version='6.0.3')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-try" % "6.0.3"
[com.aol.cyclops/cyclops-try "6.0.3"]