Files download
File Operation
cyclops-try-6.2.1.jar download
cyclops-try-6.2.1.pom download
cyclops-try-6.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aol.cyclops</groupId>
  <artifactId>cyclops-try</artifactId>
  <version>6.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.aol.cyclops:cyclops-try:6.2.1'
Gradle Kotlin
implementation("com.aol.cyclops:cyclops-try:6.2.1")
Scala SBT
libraryDependencies += "com.aol.cyclops" % "cyclops-try" % "6.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.cyclops', module='cyclops-try', version='6.2.1')
)
Apache Ivy
<dependency org="com.aol.cyclops" name="cyclops-try" rev="6.2.1" />
Leiningen
[com.aol.cyclops/cyclops-try "6.2.1"]
Apache Buildr
'com.aol.cyclops:cyclops-try:jar:6.2.1'