| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаio.prediction |
| Идентификатор | Идентификаторclient |
| Последняя версия | Последняя версия0.9.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPredictionIO Java SDK: Client
The PredictionIO Java SDK includes an API client and sample code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| client-0.9.5.pom | |
| client-0.9.5.jar | 18 KB |
| client-0.9.5-sources.jar | 11 KB |
| client-0.9.5-javadoc.jar | 89 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prediction/client/ -->
<dependency>
<groupId>io.prediction</groupId>
<artifactId>client</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.prediction/client/
implementation 'io.prediction:client:0.9.5'
// https://jarcasting.com/artifacts/io.prediction/client/
implementation ("io.prediction:client:0.9.5")
'io.prediction:client:jar:0.9.5'
<dependency org="io.prediction" name="client" rev="0.9.5">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prediction', module='client', version='0.9.5')
)
libraryDependencies += "io.prediction" % "client" % "0.9.5"
[io.prediction/client "0.9.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.ning : async-http-client | jar | 1.8.14 |
| com.google.code.gson : gson | jar | 2.2.4 |
| joda-time : joda-time | jar | 2.3 |
| com.google.guava : guava | jar | 18.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.github.tomakehurst : wiremock | jar | 1.48 |
| org.hamcrest : hamcrest-all | jar | 1.3 |