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