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