GroupId | GroupIdcom.github.sisyphsu |
---|---|
ArtifactId | ArtifactIdretree |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
retree-1.0.2.pom | |
retree-1.0.2.jar | 35 KB |
retree-1.0.2-sources.jar | 25 KB |
retree-1.0.2-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/retree/ -->
<dependency>
<groupId>com.github.sisyphsu</groupId>
<artifactId>retree</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/retree/
implementation 'com.github.sisyphsu:retree:1.0.2'
// https://jarcasting.com/artifacts/com.github.sisyphsu/retree/
implementation ("com.github.sisyphsu:retree:1.0.2")
'com.github.sisyphsu:retree:jar:1.0.2'
<dependency org="com.github.sisyphsu" name="retree" rev="1.0.2">
<artifact name="retree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='retree', version='1.0.2')
)
libraryDependencies += "com.github.sisyphsu" % "retree" % "1.0.2"
[com.github.sisyphsu/retree "1.0.2"]