is not current version
Last Version 0.11.0

com.github.chainables:chainable 0.10.1

An API library for sequence and tree processing using functional programming and lazy evaluation

GroupId

GroupId

com.github.chainables
ArtifactId

ArtifactId

chainable
Version

Version

0.10.1
Type

Type

jar

Download chainable 0.10.1


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