Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.yahoo.bullet |
ArtifactId | ArtifactIdbullet-storm |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
bullet-storm-1.3.0.pom | |
bullet-storm-1.3.0.jar | 111 KB |
bullet-storm-1.3.0-tests.jar | 159 KB |
bullet-storm-1.3.0-sources.jar | 68 KB |
bullet-storm-1.3.0-javadoc.jar | 268 KB |
bullet-storm-1.3.0-fat.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-storm/ -->
<dependency>
<groupId>com.yahoo.bullet</groupId>
<artifactId>bullet-storm</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-storm/
implementation 'com.yahoo.bullet:bullet-storm:1.3.0'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-storm/
implementation ("com.yahoo.bullet:bullet-storm:1.3.0")
'com.yahoo.bullet:bullet-storm:jar:1.3.0'
<dependency org="com.yahoo.bullet" name="bullet-storm" rev="1.3.0">
<artifact name="bullet-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-storm', version='1.3.0')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-storm" % "1.3.0"
[com.yahoo.bullet/bullet-storm "1.3.0"]