GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdgiraph-smoke |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
giraph-smoke-1.4.0.pom | |
giraph-smoke-1.4.0.jar | 10 KB |
giraph-smoke-1.4.0-project.tar.gz | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/giraph-smoke/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>giraph-smoke</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/giraph-smoke/
implementation 'org.apache.bigtop.itest:giraph-smoke:1.4.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/giraph-smoke/
implementation ("org.apache.bigtop.itest:giraph-smoke:1.4.0")
'org.apache.bigtop.itest:giraph-smoke:jar:1.4.0'
<dependency org="org.apache.bigtop.itest" name="giraph-smoke" rev="1.4.0">
<artifact name="giraph-smoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='giraph-smoke', version='1.4.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "giraph-smoke" % "1.4.0"
[org.apache.bigtop.itest/giraph-smoke "1.4.0"]