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