GroupId | GroupIdcom.yahoo.bullet |
---|---|
ArtifactId | ArtifactIdbullet-service |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
bullet-service-1.4.1.pom | |
bullet-service-1.4.1.jar | 68 KB |
bullet-service-1.4.1-sources.jar | 45 KB |
bullet-service-1.4.1-javadoc.jar | 251 KB |
bullet-service-1.4.1-embedded.jar | 25 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-service/ -->
<dependency>
<groupId>com.yahoo.bullet</groupId>
<artifactId>bullet-service</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-service/
implementation 'com.yahoo.bullet:bullet-service:1.4.1'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-service/
implementation ("com.yahoo.bullet:bullet-service:1.4.1")
'com.yahoo.bullet:bullet-service:jar:1.4.1'
<dependency org="com.yahoo.bullet" name="bullet-service" rev="1.4.1">
<artifact name="bullet-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-service', version='1.4.1')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-service" % "1.4.1"
[com.yahoo.bullet/bullet-service "1.4.1"]