Download triemap-1.0.1.jar file - Jar t

Jar examples for t:triemap

Description

Map implementation with dictionary functionality. Query for key parts.

You can download jar file triemap 1.0.1 in this page.

License

${license.name}

Build File

You can use the following script to add triemap-1.0.1.jar to your project.

<dependency>
   <groupId>net.sf.triemap</groupId>
   <artifactId>triemap</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'net.sf.triemap', name: 'triemap', version: '1.0.1'
libraryDependencies += "net.sf.triemap" % "triemap" % "1.0.1"
<dependency org="net.sf.triemap" name="triemap" rev="1.0.1"/>
@Grapes(@Grab(group='net.sf.triemap', module='triemap', version='1.0.1'))
'net.sf.triemap:triemap:jar:1.0.1'

Download

Click the following link to download the jar file.

triemap-1.0.1-javadoc.jar
triemap-1.0.1-sources.jar
triemap-1.0.1.jar
triemap-1.0.1.pom



Related Tutorials