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