Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdorg.sonarsource.python |
ArtifactId | ArtifactIdpython-its |
Version | Version3.2.0.7856 |
Type | Typepom |
Filename | Size |
---|---|
python-its-3.2.0.7856.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.python/python-its/ -->
<dependency>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-its</artifactId>
<version>3.2.0.7856</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.python/python-its/
implementation 'org.sonarsource.python:python-its:3.2.0.7856'
// https://jarcasting.com/artifacts/org.sonarsource.python/python-its/
implementation ("org.sonarsource.python:python-its:3.2.0.7856")
'org.sonarsource.python:python-its:pom:3.2.0.7856'
<dependency org="org.sonarsource.python" name="python-its" rev="3.2.0.7856">
<artifact name="python-its" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.python', module='python-its', version='3.2.0.7856')
)
libraryDependencies += "org.sonarsource.python" % "python-its" % "3.2.0.7856"
[org.sonarsource.python/python-its "3.2.0.7856"]