GroupId | GroupIdio.github.starlangsoftware |
---|---|
ArtifactId | ArtifactIdAnnotatedTree |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
AnnotatedTree-1.0.10.pom | |
AnnotatedTree-1.0.10.jar | 226 KB |
AnnotatedTree-1.0.10-sources.jar | 112 KB |
AnnotatedTree-1.0.10-javadoc.jar | 784 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.starlangsoftware/AnnotatedTree/ -->
<dependency>
<groupId>io.github.starlangsoftware</groupId>
<artifactId>AnnotatedTree</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/AnnotatedTree/
implementation 'io.github.starlangsoftware:AnnotatedTree:1.0.10'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/AnnotatedTree/
implementation ("io.github.starlangsoftware:AnnotatedTree:1.0.10")
'io.github.starlangsoftware:AnnotatedTree:jar:1.0.10'
<dependency org="io.github.starlangsoftware" name="AnnotatedTree" rev="1.0.10">
<artifact name="AnnotatedTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='AnnotatedTree', version='1.0.10')
)
libraryDependencies += "io.github.starlangsoftware" % "AnnotatedTree" % "1.0.10"
[io.github.starlangsoftware/AnnotatedTree "1.0.10"]