efficientstring

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

License

License

GroupId

GroupId

com.jillesvangurp
ArtifactId

ArtifactId

efficientstring
Last Version

Last Version

1.12
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://jillesvangurp.com
Project Organization

Project Organization

www.jillesvangurp.com

Download efficientstring

How to add to project

<!-- https://jarcasting.com/artifacts/com.jillesvangurp/efficientstring/ -->
<dependency>
    <groupId>com.jillesvangurp</groupId>
    <artifactId>efficientstring</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.jillesvangurp/efficientstring/
implementation 'com.jillesvangurp:efficientstring:1.12'
// https://jarcasting.com/artifacts/com.jillesvangurp/efficientstring/
implementation ("com.jillesvangurp:efficientstring:1.12")
'com.jillesvangurp:efficientstring:jar:1.12'
<dependency org="com.jillesvangurp" name="efficientstring" rev="1.12">
  <artifact name="efficientstring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jillesvangurp', module='efficientstring', version='1.12')
)
libraryDependencies += "com.jillesvangurp" % "efficientstring" % "1.12"
[com.jillesvangurp/efficientstring "1.12"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 17.0

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.12
1.11