| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIddiff2html |
| Version | Version0.2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| diff2html-0.2.3.pom | |
| diff2html-0.2.3.jar | 18 KB |
| diff2html-0.2.3-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/diff2html/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>diff2html</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/diff2html/
implementation 'org.webjars.npm:diff2html:0.2.3'
// https://jarcasting.com/artifacts/org.webjars.npm/diff2html/
implementation ("org.webjars.npm:diff2html:0.2.3")
'org.webjars.npm:diff2html:jar:0.2.3'
<dependency org="org.webjars.npm" name="diff2html" rev="0.2.3">
<artifact name="diff2html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='diff2html', version='0.2.3')
)
libraryDependencies += "org.webjars.npm" % "diff2html" % "0.2.3"
[org.webjars.npm/diff2html "0.2.3"]