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