License |
License |
---|---|
GroupId | GroupIdde.srsoftware |
ArtifactId | ArtifactIdtools.prefixtree |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionPrefixTree
Data structure
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tools.prefixtree-1.0.0.pom | |
tools.prefixtree-1.0.0.jar | 5 KB |
tools.prefixtree-1.0.0-sources.jar | 1 KB |
tools.prefixtree-1.0.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.srsoftware/tools.prefixtree/ -->
<dependency>
<groupId>de.srsoftware</groupId>
<artifactId>tools.prefixtree</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.srsoftware/tools.prefixtree/
implementation 'de.srsoftware:tools.prefixtree:1.0.0'
// https://jarcasting.com/artifacts/de.srsoftware/tools.prefixtree/
implementation ("de.srsoftware:tools.prefixtree:1.0.0")
'de.srsoftware:tools.prefixtree:jar:1.0.0'
<dependency org="de.srsoftware" name="tools.prefixtree" rev="1.0.0">
<artifact name="tools.prefixtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.srsoftware', module='tools.prefixtree', version='1.0.0')
)
libraryDependencies += "de.srsoftware" % "tools.prefixtree" % "1.0.0"
[de.srsoftware/tools.prefixtree "1.0.0"]