Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-mqtt-examples |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-examples/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-mqtt-examples</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-examples/
implementation 'org.apache.storm:storm-mqtt-examples:1.0.6'
// https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-examples/
implementation ("org.apache.storm:storm-mqtt-examples:1.0.6")
'org.apache.storm:storm-mqtt-examples:jar:1.0.6'
<dependency org="org.apache.storm" name="storm-mqtt-examples" rev="1.0.6">
<artifact name="storm-mqtt-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-mqtt-examples', version='1.0.6')
)
libraryDependencies += "org.apache.storm" % "storm-mqtt-examples" % "1.0.6"
[org.apache.storm/storm-mqtt-examples "1.0.6"]