| GroupId | GroupIdorg.apache.airavata |
|---|---|
| ArtifactId | ArtifactIdintegration-tests |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| integration-tests-0.6.pom | |
| integration-tests-0.6.jar | 13 KB |
| integration-tests-0.6-sources.jar | 9 KB |
| integration-tests-0.6-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/integration-tests/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>integration-tests</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/integration-tests/
implementation 'org.apache.airavata:integration-tests:0.6'
// https://jarcasting.com/artifacts/org.apache.airavata/integration-tests/
implementation ("org.apache.airavata:integration-tests:0.6")
'org.apache.airavata:integration-tests:jar:0.6'
<dependency org="org.apache.airavata" name="integration-tests" rev="0.6">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='integration-tests', version='0.6')
)
libraryDependencies += "org.apache.airavata" % "integration-tests" % "0.6"
[org.apache.airavata/integration-tests "0.6"]