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