is not current version
Last Version 3.15.1.9817

org.sonarsource.python:python-checks 3.1.0.7619


Categories

Categories

Python Languages
GroupId

GroupId

org.sonarsource.python
ArtifactId

ArtifactId

python-checks
Version

Version

3.1.0.7619
Type

Type

jar

Download python-checks 3.1.0.7619


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