| Категории |
КатегорииPython Языки программирования |
|---|---|
| Группа | Группаorg.sonarsource.python |
| Идентификатор | Идентификаторpython-frontend |
| Версия | Версия2.9.0.6410 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| python-frontend-2.9.0.6410.pom | |
| python-frontend-2.9.0.6410.jar | 534 KB |
| python-frontend-2.9.0.6410-sources.jar | 449 KB |
| python-frontend-2.9.0.6410-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/ -->
<dependency>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-frontend</artifactId>
<version>2.9.0.6410</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/
implementation 'org.sonarsource.python:python-frontend:2.9.0.6410'
// https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/
implementation ("org.sonarsource.python:python-frontend:2.9.0.6410")
'org.sonarsource.python:python-frontend:jar:2.9.0.6410'
<dependency org="org.sonarsource.python" name="python-frontend" rev="2.9.0.6410">
<artifact name="python-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.python', module='python-frontend', version='2.9.0.6410')
)
libraryDependencies += "org.sonarsource.python" % "python-frontend" % "2.9.0.6410"
[org.sonarsource.python/python-frontend "2.9.0.6410"]