GroupId | GroupIdcom.yahoo.bullet |
---|---|
ArtifactId | ArtifactIdbullet-service |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
bullet-service-1.0.3.pom | |
bullet-service-1.0.3.jar | 66 KB |
bullet-service-1.0.3-sources.jar | 44 KB |
bullet-service-1.0.3-javadoc.jar | 245 KB |
bullet-service-1.0.3-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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-service/
implementation 'com.yahoo.bullet:bullet-service:1.0.3'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-service/
implementation ("com.yahoo.bullet:bullet-service:1.0.3")
'com.yahoo.bullet:bullet-service:jar:1.0.3'
<dependency org="com.yahoo.bullet" name="bullet-service" rev="1.0.3">
<artifact name="bullet-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-service', version='1.0.3')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-service" % "1.0.3"
[com.yahoo.bullet/bullet-service "1.0.3"]