| Категории |
КатегорииPython Языки программирования |
|---|---|
| Группа | Группаorg.sonarsource.python |
| Идентификатор | Идентификаторpython-frontend |
| Версия | Версия2.1.0.5269 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| python-frontend-2.1.0.5269.pom | |
| python-frontend-2.1.0.5269.jar | 309 KB |
| python-frontend-2.1.0.5269-sources.jar | 258 KB |
| python-frontend-2.1.0.5269-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.1.0.5269</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/
implementation 'org.sonarsource.python:python-frontend:2.1.0.5269'
// https://jarcasting.com/artifacts/org.sonarsource.python/python-frontend/
implementation ("org.sonarsource.python:python-frontend:2.1.0.5269")
'org.sonarsource.python:python-frontend:jar:2.1.0.5269'
<dependency org="org.sonarsource.python" name="python-frontend" rev="2.1.0.5269">
<artifact name="python-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.python', module='python-frontend', version='2.1.0.5269')
)
libraryDependencies += "org.sonarsource.python" % "python-frontend" % "2.1.0.5269"
[org.sonarsource.python/python-frontend "2.1.0.5269"]