GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra |
Version | Version4.0.RC2 |
Type | Typejar |
Filename | Size |
---|---|
orchestra-4.0.RC2.pom | |
orchestra-4.0.RC2.jar | 705 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra</artifactId>
<version>4.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra/
implementation 'org.ow2.orchestra:orchestra:4.0.RC2'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra/
implementation ("org.ow2.orchestra:orchestra:4.0.RC2")
'org.ow2.orchestra:orchestra:jar:4.0.RC2'
<dependency org="org.ow2.orchestra" name="orchestra" rev="4.0.RC2">
<artifact name="orchestra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra', version='4.0.RC2')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra" % "4.0.RC2"
[org.ow2.orchestra/orchestra "4.0.RC2"]