Dollar

Java API that unifies collections, arrays, iterators/iterable and char sequences (String, StringBuilder, etc).

License

License

GroupId

GroupId

org.bitbucket.dollar
ArtifactId

ArtifactId

dollar
Last Version

Last Version

1.0-beta3
Release Date

Release Date

Type

Type

jar
Description

Description

Dollar
Java API that unifies collections, arrays, iterators/iterable and char sequences (String, StringBuilder, etc).
Project URL

Project URL

http://dollar.bitbucket.org/

Download dollar

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.dollar/dollar/ -->
<dependency>
    <groupId>org.bitbucket.dollar</groupId>
    <artifactId>dollar</artifactId>
    <version>1.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.dollar/dollar/
implementation 'org.bitbucket.dollar:dollar:1.0-beta3'
// https://jarcasting.com/artifacts/org.bitbucket.dollar/dollar/
implementation ("org.bitbucket.dollar:dollar:1.0-beta3")
'org.bitbucket.dollar:dollar:jar:1.0-beta3'
<dependency org="org.bitbucket.dollar" name="dollar" rev="1.0-beta3">
  <artifact name="dollar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.dollar', module='dollar', version='1.0-beta3')
)
libraryDependencies += "org.bitbucket.dollar" % "dollar" % "1.0-beta3"
[org.bitbucket.dollar/dollar "1.0-beta3"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.hamcrest : hamcrest-library jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-beta3
1.0-beta2
1.0-beta1