GroupId | GroupIdcom.shapestone |
---|---|
ArtifactId | ArtifactIdevent-stream-producer |
Version | Version1.0.27 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.shapestone/event-stream-producer/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>event-stream-producer</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/event-stream-producer/
implementation 'com.shapestone:event-stream-producer:1.0.27'
// https://jarcasting.com/artifacts/com.shapestone/event-stream-producer/
implementation ("com.shapestone:event-stream-producer:1.0.27")
'com.shapestone:event-stream-producer:jar:1.0.27'
<dependency org="com.shapestone" name="event-stream-producer" rev="1.0.27">
<artifact name="event-stream-producer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='event-stream-producer', version='1.0.27')
)
libraryDependencies += "com.shapestone" % "event-stream-producer" % "1.0.27"
[com.shapestone/event-stream-producer "1.0.27"]