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