algorithmia-java-extras
This repo generates the algorithmia-extras package. This includes extra utilities used by Algorithmia java algorithms, but which don't clearly belong in the java client.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.algorithmia |
| Идентификатор | Идентификаторalgorithmia-extras |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеalgorithmia-extras
algorithmia-extras
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикcom.algorithmia |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| algorithmia-extras-1.0.4.pom | |
| algorithmia-extras-1.0.4.jar | 2 KB |
| algorithmia-extras-1.0.4-sources.jar | 1 KB |
| algorithmia-extras-1.0.4-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.algorithmia/algorithmia-extras/ -->
<dependency>
<groupId>com.algorithmia</groupId>
<artifactId>algorithmia-extras</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.algorithmia/algorithmia-extras/
implementation 'com.algorithmia:algorithmia-extras:1.0.4'
// https://jarcasting.com/artifacts/com.algorithmia/algorithmia-extras/
implementation ("com.algorithmia:algorithmia-extras:1.0.4")
'com.algorithmia:algorithmia-extras:jar:1.0.4'
<dependency org="com.algorithmia" name="algorithmia-extras" rev="1.0.4">
<artifact name="algorithmia-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.algorithmia', module='algorithmia-extras', version='1.0.4')
)
libraryDependencies += "com.algorithmia" % "algorithmia-extras" % "1.0.4"
[com.algorithmia/algorithmia-extras "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.algorithmia : algorithmia-client | jar | [1.0.15,2.0) |
| com.google.code.gson : gson | jar | 2.8.6 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.4 |
| commons-io : commons-io | jar | 2.6 |
| commons-codec : commons-codec | jar | 1.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.novocode : junit-interface | jar | 0.11 |
| junit : junit | jar | 4.13 |
This repo generates the algorithmia-extras package. This includes extra utilities used by Algorithmia java algorithms, but which don't clearly belong in the java client.