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