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