Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdorg.sonarsource.python |
ArtifactId | ArtifactIdpython-frontend |
Version | Version2.6.0.5863 |
Type | Typejar |
Filename | Size |
---|---|
python-frontend-2.6.0.5863.pom | |
python-frontend-2.6.0.5863.jar | 369 KB |
python-frontend-2.6.0.5863-sources.jar | 297 KB |
python-frontend-2.6.0.5863-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/ -->
<dependency>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-frontend</artifactId>
<version>2.6.0.5863</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/
implementation 'org.sonarsource.python:python-frontend:2.6.0.5863'
// https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/
implementation ("org.sonarsource.python:python-frontend:2.6.0.5863")
'org.sonarsource.python:python-frontend:jar:2.6.0.5863'
<dependency org="org.sonarsource.python" name="python-frontend" rev="2.6.0.5863">
<artifact name="python-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.python', module='python-frontend', version='2.6.0.5863')
)
libraryDependencies += "org.sonarsource.python" % "python-frontend" % "2.6.0.5863"
[org.sonarsource.python/python-frontend "2.6.0.5863"]