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