| License |
License |
|---|---|
| GroupId | GroupIdorg.sonarsource.text |
| ArtifactId | ArtifactIdtext |
| Last Version | Last Version1.1.0.282 |
| Release Date | Release Date |
| 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.1.0.282.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.text/text/ -->
<dependency>
<groupId>org.sonarsource.text</groupId>
<artifactId>text</artifactId>
<version>1.1.0.282</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.text/text/
implementation 'org.sonarsource.text:text:1.1.0.282'
// https://jarcasting.com/artifacts/org.sonarsource.text/text/
implementation ("org.sonarsource.text:text:1.1.0.282")
'org.sonarsource.text:text:pom:1.1.0.282'
<dependency org="org.sonarsource.text" name="text" rev="1.1.0.282">
<artifact name="text" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.text', module='text', version='1.1.0.282')
)
libraryDependencies += "org.sonarsource.text" % "text" % "1.1.0.282"
[org.sonarsource.text/text "1.1.0.282"]