is not current version
Last Version 1.0.3

com.clientoutlook.sonar:dart 1.0.2

A Dart SonarQube plugin compatible with SonarQube 8.x.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.clientoutlook.sonar
ArtifactId

ArtifactId

dart
Version

Version

1.0.2
Type

Type

pom

Download dart 1.0.2

Filename Size
dart-1.0.2.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.clientoutlook.sonar/dart/ -->
<dependency>
    <groupId>com.clientoutlook.sonar</groupId>
    <artifactId>dart</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.clientoutlook.sonar/dart/
implementation 'com.clientoutlook.sonar:dart:1.0.2'
// https://jarcasting.com/artifacts/com.clientoutlook.sonar/dart/
implementation ("com.clientoutlook.sonar:dart:1.0.2")
'com.clientoutlook.sonar:dart:pom:1.0.2'
<dependency org="com.clientoutlook.sonar" name="dart" rev="1.0.2">
  <artifact name="dart" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.clientoutlook.sonar', module='dart', version='1.0.2')
)
libraryDependencies += "com.clientoutlook.sonar" % "dart" % "1.0.2"
[com.clientoutlook.sonar/dart "1.0.2"]