is not current version
Last Version 1.12

com.jillesvangurp:efficientstring 1.11

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

GroupId

GroupId

com.jillesvangurp
ArtifactId

ArtifactId

efficientstring
Version

Version

1.11
Type

Type

jar

Download efficientstring 1.11


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