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