Download efficientstring-1.12.jar file - Jar e

Jar examples for e:efficientstring

Description

A more memory efficient way of keeping large amount of strings in memory in Java

You can download jar file efficientstring 1.12 in this page.

License

MIT license

Build File

You can use the following script to add efficientstring-1.12.jar to your project.

<dependency>
   <groupId>com.jillesvangurp</groupId>
   <artifactId>efficientstring</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'com.jillesvangurp', name: 'efficientstring', version: '1.12'
libraryDependencies += "com.jillesvangurp" % "efficientstring" % "1.12"
<dependency org="com.jillesvangurp" name="efficientstring" rev="1.12"/>
@Grapes(@Grab(group='com.jillesvangurp', module='efficientstring', version='1.12'))
'com.jillesvangurp:efficientstring:jar:1.12'

Download

Click the following link to download the jar file.

efficientstring-1.12-javadoc.jar
efficientstring-1.12-sources.jar
efficientstring-1.12.jar
efficientstring-1.12.pom



Related Tutorials