Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring ORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-metrics |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
storm-metrics-1.0.3.pom | |
storm-metrics-1.0.3.jar | 2 MB |
storm-metrics-1.0.3-sources.jar | 8 KB |
storm-metrics-1.0.3-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-metrics/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-metrics</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-metrics/
implementation 'org.apache.storm:storm-metrics:1.0.3'
// https://jarcasting.com/artifacts/org.apache.storm/storm-metrics/
implementation ("org.apache.storm:storm-metrics:1.0.3")
'org.apache.storm:storm-metrics:jar:1.0.3'
<dependency org="org.apache.storm" name="storm-metrics" rev="1.0.3">
<artifact name="storm-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-metrics', version='1.0.3')
)
libraryDependencies += "org.apache.storm" % "storm-metrics" % "1.0.3"
[org.apache.storm/storm-metrics "1.0.3"]