is not current version
Last Version 0.3.0

com.github.marschall:string-dedup-parser 0.2.1

Parses HotSpot string deduplication logs.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

string-dedup-parser
Version

Version

0.2.1
Type

Type

jar

Download string-dedup-parser 0.2.1


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