| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.softgorilla |
| Идентификатор | Идентификаторrestheartclient |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеSoftGorilla Application
a simple and lightweight Java library that takes care of all HTTP connection code with RESTHeart for MongoDB.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| restheartclient-1.0.0.pom | |
| restheartclient-1.0.0.jar | 14 KB |
| restheartclient-1.0.0-sources.jar | 8 KB |
| restheartclient-1.0.0-javadoc.jar | 54 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.softgorilla/restheartclient/ -->
<dependency>
<groupId>org.softgorilla</groupId>
<artifactId>restheartclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.softgorilla/restheartclient/
implementation 'org.softgorilla:restheartclient:1.0.0'
// https://jarcasting.com/artifacts/org.softgorilla/restheartclient/
implementation ("org.softgorilla:restheartclient:1.0.0")
'org.softgorilla:restheartclient:jar:1.0.0'
<dependency org="org.softgorilla" name="restheartclient" rev="1.0.0">
<artifact name="restheartclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.softgorilla', module='restheartclient', version='1.0.0')
)
libraryDependencies += "org.softgorilla" % "restheartclient" % "1.0.0"
[org.softgorilla/restheartclient "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.5 |
| org.apache.httpcomponents : httpclient | jar | 4.5.3 |
| com.google.code.gson : gson | jar | 2.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |