is not current version
Last Version 1.4.3

com.yahoo.bullet:bullet-service 1.2.2

This is the Web Service for Bullet - a real-time query engine - in Spring Boot.

GroupId

GroupId

com.yahoo.bullet
ArtifactId

ArtifactId

bullet-service
Version

Version

1.2.2
Type

Type

jar

Download bullet-service 1.2.2


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