| GroupId | GroupIdcom.yahoo.bullet |
|---|---|
| ArtifactId | ArtifactIdbullet-pulsar |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bullet-pulsar-1.0.3.pom | |
| bullet-pulsar-1.0.3.jar | 18 KB |
| bullet-pulsar-1.0.3-sources.jar | 11 KB |
| bullet-pulsar-1.0.3-javadoc.jar | 54 KB |
| bullet-pulsar-1.0.3-fat.jar | 39 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-pulsar/ -->
<dependency>
<groupId>com.yahoo.bullet</groupId>
<artifactId>bullet-pulsar</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-pulsar/
implementation 'com.yahoo.bullet:bullet-pulsar:1.0.3'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-pulsar/
implementation ("com.yahoo.bullet:bullet-pulsar:1.0.3")
'com.yahoo.bullet:bullet-pulsar:jar:1.0.3'
<dependency org="com.yahoo.bullet" name="bullet-pulsar" rev="1.0.3">
<artifact name="bullet-pulsar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-pulsar', version='1.0.3')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-pulsar" % "1.0.3"
[com.yahoo.bullet/bullet-pulsar "1.0.3"]