| License |
License |
|---|---|
| GroupId | GroupIdcom.github.javachat |
| ArtifactId | ArtifactIdstreems |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstreems
n-ary tree traversal using streams
|
| Filename | Size |
|---|---|
| streems-0.2.0.pom | |
| streems-0.2.0.jar | 11 KB |
| streems-0.2.0-sources.jar | 7 KB |
| streems-0.2.0-javadoc.jar | 52 KB |
| Browse |
<!-- 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"]
| 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 |