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