GroupId | GroupIdcom.github.sisyphsu |
---|---|
ArtifactId | ArtifactIdretree |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
retree-1.0.3.pom | |
retree-1.0.3.jar | 35 KB |
retree-1.0.3-sources.jar | 25 KB |
retree-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/retree/
implementation 'com.github.sisyphsu:retree:1.0.3'
// https://jarcasting.com/artifacts/com.github.sisyphsu/retree/
implementation ("com.github.sisyphsu:retree:1.0.3")
'com.github.sisyphsu:retree:jar:1.0.3'
<dependency org="com.github.sisyphsu" name="retree" rev="1.0.3">
<artifact name="retree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='retree', version='1.0.3')
)
libraryDependencies += "com.github.sisyphsu" % "retree" % "1.0.3"
[com.github.sisyphsu/retree "1.0.3"]