Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-mqtt-parent |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
storm-mqtt-parent-1.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-parent/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-mqtt-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-parent/
implementation 'org.apache.storm:storm-mqtt-parent:1.0.4'
// https://jarcasting.com/artifacts/org.apache.storm/storm-mqtt-parent/
implementation ("org.apache.storm:storm-mqtt-parent:1.0.4")
'org.apache.storm:storm-mqtt-parent:pom:1.0.4'
<dependency org="org.apache.storm" name="storm-mqtt-parent" rev="1.0.4">
<artifact name="storm-mqtt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-mqtt-parent', version='1.0.4')
)
libraryDependencies += "org.apache.storm" % "storm-mqtt-parent" % "1.0.4"
[org.apache.storm/storm-mqtt-parent "1.0.4"]