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