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