trie
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dradest</groupId>
<artifactId>trie</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dradest</groupId>
<artifactId>trie</artifactId>
<version>0.1.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>26.0-jre</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>Simple Java library that implements trie data structure </description>
<name>DradestTrie</name>
<url>https://github.com/dRadovan/DradestTrie</url>
<organization>
<name>dradest.com</name>
<url>https://dradest.com</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/dRadovan/DradestTrie/issues</url>
</issueManagement>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/dRadovan/DradestTrie/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/dRadovan/DradestTrie</url>
<connection>scm:git:https://github.com/dRadovan/DradestTrie.git</connection>
<developerConnection>scm:git:ssh://git@github.com:dRadovan/DradestTrie.git</developerConnection>
</scm>
<developers>
<developer>
<name>DRad</name>
</developer>
</developers>
</project>