<dependency> <groupId>com.aol.cyclops</groupId> <artifactId>cyclops-functions</artifactId> <version>7.1.0</version> </dependency>
implementation 'com.aol.cyclops:cyclops-functions:7.1.0'
implementation("com.aol.cyclops:cyclops-functions:7.1.0")
libraryDependencies += "com.aol.cyclops" % "cyclops-functions" % "7.1.0"
@Grapes( @Grab(group='com.aol.cyclops', module='cyclops-functions', version='7.1.0') )
<dependency org="com.aol.cyclops" name="cyclops-functions" rev="7.1.0" />
[com.aol.cyclops/cyclops-functions "7.1.0"]
'com.aol.cyclops:cyclops-functions:jar:7.1.0'
test
|-- org.functionaljava:functionaljava:4.3
|-- org.hamcrest:hamcrest-all:1.3
|-- junit:junit:4.4