Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-perf |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
storm-perf-1.2.1.pom | |
storm-perf-1.2.1.jar | 52 KB |
storm-perf-1.2.1-sources.jar | 38 KB |
storm-perf-1.2.1-javadoc.jar | 217 KB |
storm-perf-1.2.1-jar-with-dependencies.jar | 92 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-perf/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-perf</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-perf/
implementation 'org.apache.storm:storm-perf:1.2.1'
// https://jarcasting.com/artifacts/org.apache.storm/storm-perf/
implementation ("org.apache.storm:storm-perf:1.2.1")
'org.apache.storm:storm-perf:jar:1.2.1'
<dependency org="org.apache.storm" name="storm-perf" rev="1.2.1">
<artifact name="storm-perf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-perf', version='1.2.1')
)
libraryDependencies += "org.apache.storm" % "storm-perf" % "1.2.1"
[org.apache.storm/storm-perf "1.2.1"]