Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-mqtt-examples |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-examples/
implementation 'org.apache.storm:storm-mqtt-examples:1.0.3'
// https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-examples/
implementation ("org.apache.storm:storm-mqtt-examples:1.0.3")
'org.apache.storm:storm-mqtt-examples:jar:1.0.3'
<dependency org="org.apache.storm" name="storm-mqtt-examples" rev="1.0.3">
<artifact name="storm-mqtt-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-mqtt-examples', version='1.0.3')
)
libraryDependencies += "org.apache.storm" % "storm-mqtt-examples" % "1.0.3"
[org.apache.storm/storm-mqtt-examples "1.0.3"]