s

sonar-orchestrator-junit5

文件下载
文件名 操作
sonar-orchestrator-junit5-4.4.0.1640.jar 下载
sonar-orchestrator-junit5-4.4.0.1640.pom 下载
sonar-orchestrator-junit5-4.4.0.1640-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sonarsource.orchestrator</groupId>
  <artifactId>sonar-orchestrator-junit5</artifactId>
  <version>4.4.0.1640</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.4.0.1640'
Gradle Kotlin
implementation("org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.4.0.1640")
Scala SBT
libraryDependencies += "org.sonarsource.orchestrator" % "sonar-orchestrator-junit5" % "4.4.0.1640"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.orchestrator', module='sonar-orchestrator-junit5', version='4.4.0.1640')
)
Apache Ivy
<dependency org="org.sonarsource.orchestrator" name="sonar-orchestrator-junit5" rev="4.4.0.1640" />
Leiningen
[org.sonarsource.orchestrator/sonar-orchestrator-junit5 "4.4.0.1640"]
Apache Buildr
'org.sonarsource.orchestrator:sonar-orchestrator-junit5:jar:4.4.0.1640'