Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.ow2.orchestra |
ArtifactId | ArtifactIdorchestra-build-tools |
Version | Version4.9.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-build-tools/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-build-tools</artifactId>
<version>4.9.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-build-tools/
implementation 'org.ow2.orchestra:orchestra-build-tools:4.9.0-M3'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-build-tools/
implementation ("org.ow2.orchestra:orchestra-build-tools:4.9.0-M3")
'org.ow2.orchestra:orchestra-build-tools:jar:4.9.0-M3'
<dependency org="org.ow2.orchestra" name="orchestra-build-tools" rev="4.9.0-M3">
<artifact name="orchestra-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-build-tools', version='4.9.0-M3')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-build-tools" % "4.9.0-M3"
[org.ow2.orchestra/orchestra-build-tools "4.9.0-M3"]