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