| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторdiff2html |
| Версия | Версия3.0.0-releasemajorversion.5b2c3ab |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/diff2html/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>diff2html</artifactId>
<version>3.0.0-releasemajorversion.5b2c3ab</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/diff2html/
implementation 'org.webjars.npm:diff2html:3.0.0-releasemajorversion.5b2c3ab'
// https://jarcasting.com/artifacts/org.webjars.npm/diff2html/
implementation ("org.webjars.npm:diff2html:3.0.0-releasemajorversion.5b2c3ab")
'org.webjars.npm:diff2html:jar:3.0.0-releasemajorversion.5b2c3ab'
<dependency org="org.webjars.npm" name="diff2html" rev="3.0.0-releasemajorversion.5b2c3ab">
<artifact name="diff2html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='diff2html', version='3.0.0-releasemajorversion.5b2c3ab')
)
libraryDependencies += "org.webjars.npm" % "diff2html" % "3.0.0-releasemajorversion.5b2c3ab"
[org.webjars.npm/diff2html "3.0.0-releasemajorversion.5b2c3ab"]