streems

n-ary tree traversal using streams

License

License

GroupId

GroupId

com.github.javachat
ArtifactId

ArtifactId

streems
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

streems
n-ary tree traversal using streams

Download streems

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.assertj : assertj-core jar 3.3.0
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0