| License |
License |
|---|---|
| GroupId | GroupIdcom.github.chainables |
| ArtifactId | ArtifactIdchainable |
| Version | Version0.11.0 |
| Type | Typejar |
| Description |
Descriptioncom.github.chainables:chainable
An API library for sequence and tree processing using functional programming and lazy evaluation
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMartin Sawicki |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| chainable-0.11.0.pom | |
| chainable-0.11.0.jar | 84 KB |
| chainable-0.11.0-sources.jar | 50 KB |
| chainable-0.11.0-javadoc.jar | 194 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chainables/chainable/ -->
<dependency>
<groupId>com.github.chainables</groupId>
<artifactId>chainable</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chainables/chainable/
implementation 'com.github.chainables:chainable:0.11.0'
// https://jarcasting.com/artifacts/com.github.chainables/chainable/
implementation ("com.github.chainables:chainable:0.11.0")
'com.github.chainables:chainable:jar:0.11.0'
<dependency org="com.github.chainables" name="chainable" rev="0.11.0">
<artifact name="chainable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chainables', module='chainable', version='0.11.0')
)
libraryDependencies += "com.github.chainables" % "chainable" % "0.11.0"
[com.github.chainables/chainable "0.11.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjdk.jmh : jmh-core | jar | 1.19 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.6.2 |