is not current version
Last Version 0.2.0

com.github.javachat:streems 0.1.0

n-ary tree traversal using streams

GroupId

GroupId

com.github.javachat
ArtifactId

ArtifactId

streems
Version

Version

0.1.0
Type

Type

jar

Download streems 0.1.0


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