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