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