| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sonarsource.text |
| Идентификатор | Идентификаторtext |
| Версия | Версия1.0.0.120 |
| Тип | Типpom |
| Описание |
ОписаниеSonarSource Text Analyzer
Parent pom of SonarSource public projects
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| text-1.0.0.120.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonarsource.text/text/ -->
<dependency>
<groupId>org.sonarsource.text</groupId>
<artifactId>text</artifactId>
<version>1.0.0.120</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.text/text/
implementation 'org.sonarsource.text:text:1.0.0.120'
// https://jarcasting.com/artifacts/org.sonarsource.text/text/
implementation ("org.sonarsource.text:text:1.0.0.120")
'org.sonarsource.text:text:pom:1.0.0.120'
<dependency org="org.sonarsource.text" name="text" rev="1.0.0.120">
<artifact name="text" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.text', module='text', version='1.0.0.120')
)
libraryDependencies += "org.sonarsource.text" % "text" % "1.0.0.120"
[org.sonarsource.text/text "1.0.0.120"]