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