<dependency> <groupId>com.aol.cyclops</groupId> <artifactId>cyclops-try</artifactId> <version>6.0.0</version> </dependency>
implementation 'com.aol.cyclops:cyclops-try:6.0.0'
implementation("com.aol.cyclops:cyclops-try:6.0.0")
libraryDependencies += "com.aol.cyclops" % "cyclops-try" % "6.0.0"
@Grapes( @Grab(group='com.aol.cyclops', module='cyclops-try', version='6.0.0') )
<dependency org="com.aol.cyclops" name="cyclops-try" rev="6.0.0" />
[com.aol.cyclops/cyclops-try "6.0.0"]
'com.aol.cyclops:cyclops-try:jar:6.0.0'
compile
|-- com.aol.cyclops:cyclops-core:6.0.0
|-- com.aol.cyclops:cyclops-monad-api:6.0.0
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
|-- com.aol.cyclops:cyclops-tuples:6.0.0