License |
License |
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdorg.sonarsource.python |
ArtifactId | ArtifactIdpython-its |
Last Version | Last Version3.15.1.9817 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPython :: ITs
Parent pom of SonarSource public projects
|
Project Organization |
Project OrganizationSonarSource and Waleri Enns |
Filename | Size |
---|---|
python-its-3.15.1.9817.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.15.1.9817</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.python/python-its/
implementation 'org.sonarsource.python:python-its:3.15.1.9817'
// https://jarcasting.com/artifacts/org.sonarsource.python/python-its/
implementation ("org.sonarsource.python:python-its:3.15.1.9817")
'org.sonarsource.python:python-its:pom:3.15.1.9817'
<dependency org="org.sonarsource.python" name="python-its" rev="3.15.1.9817">
<artifact name="python-its" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.python', module='python-its', version='3.15.1.9817')
)
libraryDependencies += "org.sonarsource.python" % "python-its" % "3.15.1.9817"
[org.sonarsource.python/python-its "3.15.1.9817"]