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