| License |
License |
|---|---|
| GroupId | GroupIdorg.sonarsource.text |
| ArtifactId | ArtifactIdtext |
| Version | Version1.0.0.120 |
| Type | Typepom |
| Description |
DescriptionSonarSource Text Analyzer
Parent pom of SonarSource public projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| text-1.0.0.120.pom | |
| Browse |
<!-- 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"]