Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.thinker0.heron |
ArtifactId | ArtifactIdheron-pulsar-client |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
heron-pulsar-client-1.0.5.pom | |
heron-pulsar-client-1.0.5.jar | 31 KB |
heron-pulsar-client-1.0.5-sources.jar | 25 KB |
heron-pulsar-client-1.0.5-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-pulsar-client/ -->
<dependency>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-pulsar-client</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-pulsar-client/
implementation 'com.github.thinker0.heron:heron-pulsar-client:1.0.5'
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-pulsar-client/
implementation ("com.github.thinker0.heron:heron-pulsar-client:1.0.5")
'com.github.thinker0.heron:heron-pulsar-client:jar:1.0.5'
<dependency org="com.github.thinker0.heron" name="heron-pulsar-client" rev="1.0.5">
<artifact name="heron-pulsar-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.heron', module='heron-pulsar-client', version='1.0.5')
)
libraryDependencies += "com.github.thinker0.heron" % "heron-pulsar-client" % "1.0.5"
[com.github.thinker0.heron/heron-pulsar-client "1.0.5"]