Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.twitter.heron |
ArtifactId | ArtifactIdheron-storm |
Version | Version0.17.6 |
Type | Typejar |
Filename | Size |
---|---|
heron-storm-0.17.6.pom | |
heron-storm-0.17.6.jar | 3 MB |
heron-storm-0.17.6-sources.jar | 243 KB |
heron-storm-0.17.6-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.heron/heron-storm/ -->
<dependency>
<groupId>com.twitter.heron</groupId>
<artifactId>heron-storm</artifactId>
<version>0.17.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.heron/heron-storm/
implementation 'com.twitter.heron:heron-storm:0.17.6'
// https://jarcasting.com/artifacts/com.twitter.heron/heron-storm/
implementation ("com.twitter.heron:heron-storm:0.17.6")
'com.twitter.heron:heron-storm:jar:0.17.6'
<dependency org="com.twitter.heron" name="heron-storm" rev="0.17.6">
<artifact name="heron-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.heron', module='heron-storm', version='0.17.6')
)
libraryDependencies += "com.twitter.heron" % "heron-storm" % "0.17.6"
[com.twitter.heron/heron-storm "0.17.6"]