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