GroupId | GroupIdorg.ow2.orchestra.console |
---|---|
ArtifactId | ArtifactIdorchestra-console |
Version | Version4.5.0 |
Type | Typepom |
Filename | Size |
---|---|
orchestra-console-4.5.0.pom | 696 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.console/orchestra-console/ -->
<dependency>
<groupId>org.ow2.orchestra.console</groupId>
<artifactId>orchestra-console</artifactId>
<version>4.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.console/orchestra-console/
implementation 'org.ow2.orchestra.console:orchestra-console:4.5.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.console/orchestra-console/
implementation ("org.ow2.orchestra.console:orchestra-console:4.5.0")
'org.ow2.orchestra.console:orchestra-console:pom:4.5.0'
<dependency org="org.ow2.orchestra.console" name="orchestra-console" rev="4.5.0">
<artifact name="orchestra-console" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.console', module='orchestra-console', version='4.5.0')
)
libraryDependencies += "org.ow2.orchestra.console" % "orchestra-console" % "4.5.0"
[org.ow2.orchestra.console/orchestra-console "4.5.0"]