| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.devnexmosms |
| Идентификатор | Идентификаторnexmosms-client |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTutorial Library Sending SMS
This is a sample library for a tutorial about sending sms
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| nexmosms-client-1.0.0.pom | |
| nexmosms-client-1.0.0.jar | 23 KB |
| nexmosms-client-1.0.0-sources.jar | 12 KB |
| nexmosms-client-1.0.0-javadoc.jar | 124 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.devnexmosms/nexmosms-client/ -->
<dependency>
<groupId>com.github.devnexmosms</groupId>
<artifactId>nexmosms-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devnexmosms/nexmosms-client/
implementation 'com.github.devnexmosms:nexmosms-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.devnexmosms/nexmosms-client/
implementation ("com.github.devnexmosms:nexmosms-client:1.0.0")
'com.github.devnexmosms:nexmosms-client:jar:1.0.0'
<dependency org="com.github.devnexmosms" name="nexmosms-client" rev="1.0.0">
<artifact name="nexmosms-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devnexmosms', module='nexmosms-client', version='1.0.0')
)
libraryDependencies += "com.github.devnexmosms" % "nexmosms-client" % "1.0.0"
[com.github.devnexmosms/nexmosms-client "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.12 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |