is not current version
Last Version 1.5.2

com.yahoo.bullet:bullet-core 1.2.3

This is the core library that powers various components for Bullet - a real-time data query engine.

GroupId

GroupId

com.yahoo.bullet
ArtifactId

ArtifactId

bullet-core
Version

Version

1.2.3
Type

Type

jar

Download bullet-core 1.2.3


<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/ -->
<dependency>
    <groupId>com.yahoo.bullet</groupId>
    <artifactId>bullet-core</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/
implementation 'com.yahoo.bullet:bullet-core:1.2.3'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/
implementation ("com.yahoo.bullet:bullet-core:1.2.3")
'com.yahoo.bullet:bullet-core:jar:1.2.3'
<dependency org="com.yahoo.bullet" name="bullet-core" rev="1.2.3">
  <artifact name="bullet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-core', version='1.2.3')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-core" % "1.2.3"
[com.yahoo.bullet/bullet-core "1.2.3"]