License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.clientoutlook.sonar |
ArtifactId | ArtifactIddart |
Version | Version1.0.3 |
Type | Typepom |
Description |
DescriptionSonar Dart
A Dart SonarQube plugin compatible with SonarQube 8.x.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dart-1.0.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.clientoutlook.sonar/dart/ -->
<dependency>
<groupId>com.clientoutlook.sonar</groupId>
<artifactId>dart</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.clientoutlook.sonar/dart/
implementation 'com.clientoutlook.sonar:dart:1.0.3'
// https://jarcasting.com/artifacts/com.clientoutlook.sonar/dart/
implementation ("com.clientoutlook.sonar:dart:1.0.3")
'com.clientoutlook.sonar:dart:pom:1.0.3'
<dependency org="com.clientoutlook.sonar" name="dart" rev="1.0.3">
<artifact name="dart" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.clientoutlook.sonar', module='dart', version='1.0.3')
)
libraryDependencies += "com.clientoutlook.sonar" % "dart" % "1.0.3"
[com.clientoutlook.sonar/dart "1.0.3"]