| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторsms-api |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe data struct framework for java
|
| Имя Файла | Размер |
|---|---|
| sms-api-0.0.1.pom | |
| sms-api-0.0.1.jar | 2 KB |
| sms-api-0.0.1-sources.jar | 1 KB |
| sms-api-0.0.1-javadoc.jar | 33 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sms-api/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sms-api</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sms-api/
implementation 'com.github.houbb:sms-api:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/sms-api/
implementation ("com.github.houbb:sms-api:0.0.1")
'com.github.houbb:sms-api:jar:0.0.1'
<dependency org="com.github.houbb" name="sms-api" rev="0.0.1">
<artifact name="sms-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sms-api', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "sms-api" % "0.0.1"
[com.github.houbb/sms-api "0.0.1"]