s

sonar-orchestrator-junit5

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