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