Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdflux-examples |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
flux-examples-1.0.4.pom | |
flux-examples-1.0.4.jar | 65 MB |
flux-examples-1.0.4-sources.jar | 23 KB |
flux-examples-1.0.4-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/flux-examples/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>flux-examples</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/flux-examples/
implementation 'org.apache.storm:flux-examples:1.0.4'
// https://jarcasting.com/artifacts/org.apache.storm/flux-examples/
implementation ("org.apache.storm:flux-examples:1.0.4")
'org.apache.storm:flux-examples:jar:1.0.4'
<dependency org="org.apache.storm" name="flux-examples" rev="1.0.4">
<artifact name="flux-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='flux-examples', version='1.0.4')
)
libraryDependencies += "org.apache.storm" % "flux-examples" % "1.0.4"
[org.apache.storm/flux-examples "1.0.4"]