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