| Группа | Группаorg.sonarsource.html |
|---|---|
| Идентификатор | Идентификаторhtml |
| Версия | Версия3.3.0.2534 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| html-3.3.0.2534.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonarsource.html/html/ -->
<dependency>
<groupId>org.sonarsource.html</groupId>
<artifactId>html</artifactId>
<version>3.3.0.2534</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.html/html/
implementation 'org.sonarsource.html:html:3.3.0.2534'
// https://jarcasting.com/artifacts/org.sonarsource.html/html/
implementation ("org.sonarsource.html:html:3.3.0.2534")
'org.sonarsource.html:html:pom:3.3.0.2534'
<dependency org="org.sonarsource.html" name="html" rev="3.3.0.2534">
<artifact name="html" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.html', module='html', version='3.3.0.2534')
)
libraryDependencies += "org.sonarsource.html" % "html" % "3.3.0.2534"
[org.sonarsource.html/html "3.3.0.2534"]