| License |
License |
|---|---|
| GroupId | GroupIdcom.github.afkbrb |
| ArtifactId | ArtifactIdbinary-tree-printer |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionbinary-tree-printer
Print binary tree in extremely small area
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| binary-tree-printer-1.0.0.pom | |
| binary-tree-printer-1.0.0.jar | 10 KB |
| binary-tree-printer-1.0.0-sources.jar | 7 KB |
| binary-tree-printer-1.0.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.afkbrb/binary-tree-printer/ -->
<dependency>
<groupId>com.github.afkbrb</groupId>
<artifactId>binary-tree-printer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.afkbrb/binary-tree-printer/
implementation 'com.github.afkbrb:binary-tree-printer:1.0.0'
// https://jarcasting.com/artifacts/com.github.afkbrb/binary-tree-printer/
implementation ("com.github.afkbrb:binary-tree-printer:1.0.0")
'com.github.afkbrb:binary-tree-printer:jar:1.0.0'
<dependency org="com.github.afkbrb" name="binary-tree-printer" rev="1.0.0">
<artifact name="binary-tree-printer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.afkbrb', module='binary-tree-printer', version='1.0.0')
)
libraryDependencies += "com.github.afkbrb" % "binary-tree-printer" % "1.0.0"
[com.github.afkbrb/binary-tree-printer "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |