File | Operation |
---|---|
orchestrator-parent-4.9.0.1920.pom | download |
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>orchestrator-parent</artifactId>
<version>4.9.0.1920</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.sonarsource.orchestrator" % "orchestrator-parent" % "4.9.0.1920"
@Grapes(
@Grab(group='org.sonarsource.orchestrator', module='orchestrator-parent', version='4.9.0.1920')
)
<dependency org="org.sonarsource.orchestrator" name="orchestrator-parent" rev="4.9.0.1920" />
<parent> <groupId>org.sonarsource.parent</groupId> <artifactId>parent</artifactId> <version>71.0.0.1292</version> </parent>