s

sonar-orchestrator-junit5

Files download
File Operation
sonar-orchestrator-junit5-4.1.0.495.jar download
sonar-orchestrator-junit5-4.1.0.495.pom download
sonar-orchestrator-junit5-4.1.0.495-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.orchestrator</groupId>
  <artifactId>sonar-orchestrator-junit5</artifactId>
  <version>4.1.0.495</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.1.0.495'
Gradle Kotlin
implementation("org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.1.0.495")
Scala SBT
libraryDependencies += "org.sonarsource.orchestrator" % "sonar-orchestrator-junit5" % "4.1.0.495"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.orchestrator', module='sonar-orchestrator-junit5', version='4.1.0.495')
)
Apache Ivy
<dependency org="org.sonarsource.orchestrator" name="sonar-orchestrator-junit5" rev="4.1.0.495" />
Leiningen
[org.sonarsource.orchestrator/sonar-orchestrator-junit5 "4.1.0.495"]
Apache Buildr
'org.sonarsource.orchestrator:sonar-orchestrator-junit5:jar:4.1.0.495'