| Группа | Группаcom.github.malkomich |
|---|---|
| Идентификатор | Идентификаторevent-stream |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| event-stream-1.0.0.pom | |
| event-stream-1.0.0.jar | 23 KB |
| event-stream-1.0.0-sources.jar | 14 KB |
| event-stream-1.0.0-javadoc.jar | 511 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.malkomich/event-stream/ -->
<dependency>
<groupId>com.github.malkomich</groupId>
<artifactId>event-stream</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/event-stream/
implementation 'com.github.malkomich:event-stream:1.0.0'
// https://jarcasting.com/artifacts/com.github.malkomich/event-stream/
implementation ("com.github.malkomich:event-stream:1.0.0")
'com.github.malkomich:event-stream:jar:1.0.0'
<dependency org="com.github.malkomich" name="event-stream" rev="1.0.0">
<artifact name="event-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='event-stream', version='1.0.0')
)
libraryDependencies += "com.github.malkomich" % "event-stream" % "1.0.0"
[com.github.malkomich/event-stream "1.0.0"]