o

orchestrator-maven-plugin

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