Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.yahoo.bullet |
ArtifactId | ArtifactIdbullet-storm |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
bullet-storm-1.1.3.pom | |
bullet-storm-1.1.3.jar | 111 KB |
bullet-storm-1.1.3-tests.jar | 159 KB |
bullet-storm-1.1.3-sources.jar | 68 KB |
bullet-storm-1.1.3-javadoc.jar | 267 KB |
bullet-storm-1.1.3-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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-storm/
implementation 'com.yahoo.bullet:bullet-storm:1.1.3'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-storm/
implementation ("com.yahoo.bullet:bullet-storm:1.1.3")
'com.yahoo.bullet:bullet-storm:jar:1.1.3'
<dependency org="com.yahoo.bullet" name="bullet-storm" rev="1.1.3">
<artifact name="bullet-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-storm', version='1.1.3')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-storm" % "1.1.3"
[com.yahoo.bullet/bullet-storm "1.1.3"]