GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdgoogle-diff-match-patch |
Version | Version895a9512bb |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/google-diff-match-patch/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>google-diff-match-patch</artifactId>
<version>895a9512bb</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/google-diff-match-patch/
implementation 'org.webjars:google-diff-match-patch:895a9512bb'
// https://jarcasting.com/artifacts/org.webjars/google-diff-match-patch/
implementation ("org.webjars:google-diff-match-patch:895a9512bb")
'org.webjars:google-diff-match-patch:jar:895a9512bb'
<dependency org="org.webjars" name="google-diff-match-patch" rev="895a9512bb">
<artifact name="google-diff-match-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='google-diff-match-patch', version='895a9512bb')
)
libraryDependencies += "org.webjars" % "google-diff-match-patch" % "895a9512bb"
[org.webjars/google-diff-match-patch "895a9512bb"]