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