is not current version
Last Version 3.15.1.9817

org.sonarsource.python:python-checks 3.4.0.7980


Categories

Categories

Python Languages
GroupId

GroupId

org.sonarsource.python
ArtifactId

ArtifactId

python-checks
Version

Version

3.4.0.7980
Type

Type

jar

Download python-checks 3.4.0.7980


<!-- https://jarcasting.com/artifacts/org.sonarsource.python/python-checks/ -->
<dependency>
    <groupId>org.sonarsource.python</groupId>
    <artifactId>python-checks</artifactId>
    <version>3.4.0.7980</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.python/python-checks/
implementation 'org.sonarsource.python:python-checks:3.4.0.7980'
// https://jarcasting.com/artifacts/org.sonarsource.python/python-checks/
implementation ("org.sonarsource.python:python-checks:3.4.0.7980")
'org.sonarsource.python:python-checks:jar:3.4.0.7980'
<dependency org="org.sonarsource.python" name="python-checks" rev="3.4.0.7980">
  <artifact name="python-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.python', module='python-checks', version='3.4.0.7980')
)
libraryDependencies += "org.sonarsource.python" % "python-checks" % "3.4.0.7980"
[org.sonarsource.python/python-checks "3.4.0.7980"]