License |
License |
---|---|
GroupId | GroupIdcom.jillesvangurp |
ArtifactId | ArtifactIdefficientstring |
Last Version | Last Version1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionefficientstring
A more memory efficient way of keeping large amount of strings in memory in Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
efficientstring-1.12.pom | |
efficientstring-1.12.jar | 8 KB |
efficientstring-1.12-sources.jar | 3 KB |
efficientstring-1.12-javadoc.jar | 37 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
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 |