Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdcyclops-try |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cyclops-try-4.0.2.pom | |
cyclops-try-4.0.2.jar | 18 KB |
cyclops-try-4.0.2-tests.jar | 12 KB |
cyclops-try-4.0.2-sources.jar | 8 KB |
cyclops-try-4.0.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-try</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/
implementation 'com.aol.cyclops:cyclops-try:4.0.2'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/
implementation ("com.aol.cyclops:cyclops-try:4.0.2")
'com.aol.cyclops:cyclops-try:jar:4.0.2'
<dependency org="com.aol.cyclops" name="cyclops-try" rev="4.0.2">
<artifact name="cyclops-try" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-try', version='4.0.2')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-try" % "4.0.2"
[com.aol.cyclops/cyclops-try "4.0.2"]