GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdstring-dedup-parser |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
string-dedup-parser-0.2.3.pom | |
string-dedup-parser-0.2.3.jar | 29 KB |
string-dedup-parser-0.2.3-sources.jar | 6 KB |
string-dedup-parser-0.2.3-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/string-dedup-parser/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>string-dedup-parser</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/string-dedup-parser/
implementation 'com.github.marschall:string-dedup-parser:0.2.3'
// https://jarcasting.com/artifacts/com.github.marschall/string-dedup-parser/
implementation ("com.github.marschall:string-dedup-parser:0.2.3")
'com.github.marschall:string-dedup-parser:jar:0.2.3'
<dependency org="com.github.marschall" name="string-dedup-parser" rev="0.2.3">
<artifact name="string-dedup-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='string-dedup-parser', version='0.2.3')
)
libraryDependencies += "com.github.marschall" % "string-dedup-parser" % "0.2.3"
[com.github.marschall/string-dedup-parser "0.2.3"]