| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаio.getstream.client |
| Идентификатор | Идентификаторstream-core |
| Последняя версия | Последняя версия2.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstream-java is a Java client for http://getstream.io.
|
| Имя Файла | Размер |
|---|---|
| stream-core-2.1.3.pom | |
| stream-core-2.1.3.jar | 37 KB |
| stream-core-2.1.3-sources.jar | 54 KB |
| stream-core-2.1.3-javadoc.jar | 286 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.getstream.client/stream-core/ -->
<dependency>
<groupId>io.getstream.client</groupId>
<artifactId>stream-core</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.getstream.client/stream-core/
implementation 'io.getstream.client:stream-core:2.1.3'
// https://jarcasting.com/artifacts/io.getstream.client/stream-core/
implementation ("io.getstream.client:stream-core:2.1.3")
'io.getstream.client:stream-core:jar:2.1.3'
<dependency org="io.getstream.client" name="stream-core" rev="2.1.3">
<artifact name="stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getstream.client', module='stream-core', version='2.1.3')
)
libraryDependencies += "io.getstream.client" % "stream-core" % "2.1.3"
[io.getstream.client/stream-core "2.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| ch.qos.logback : logback-core | jar | 1.1.2 |
| com.google.guava : guava | jar | 18.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.3 |
| org.tomitribe : tomitribe-http-signatures | jar | 1.0 |
| com.auth0 : java-jwt | jar | 3.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.10.19 |