License |
License |
---|---|
GroupId | GroupIdorg.sonarsource.analyzer-commons |
ArtifactId | ArtifactIdsonar-analyzer-test-commons |
Last Version | Last Version1.25.0.1003 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonarSource Analyzers Test Commons
Logic useful to test a language analyzer
|
Project Organization |
Project OrganizationSonarSource |
<!-- https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/sonar-analyzer-test-commons/ -->
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-test-commons</artifactId>
<version>1.25.0.1003</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/sonar-analyzer-test-commons/
implementation 'org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:1.25.0.1003'
// https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/sonar-analyzer-test-commons/
implementation ("org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:1.25.0.1003")
'org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:jar:1.25.0.1003'
<dependency org="org.sonarsource.analyzer-commons" name="sonar-analyzer-test-commons" rev="1.25.0.1003">
<artifact name="sonar-analyzer-test-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.analyzer-commons', module='sonar-analyzer-test-commons', version='1.25.0.1003')
)
libraryDependencies += "org.sonarsource.analyzer-commons" % "sonar-analyzer-test-commons" % "1.25.0.1003"
[org.sonarsource.analyzer-commons/sonar-analyzer-test-commons "1.25.0.1003"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
junit : junit | jar | 4.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.17.1 |