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