| Лицензия |
Лицензия |
|---|---|
| Группа | Группаit.subito |
| Идентификатор | Идентификаторfrost-library |
| Версия | Версия1.0 |
| Тип | Типaar |
| Описание |
ОписаниеFrost Library
Android library providing a useful widget class mimicking the behavior of edit texts in a web form.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| frost-library-1.0.pom | |
| frost-library-1.0.aar | 17 KB |
| frost-library-1.0-sources.jar | 9 KB |
| frost-library-1.0-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.subito/frost-library/ -->
<dependency>
<groupId>it.subito</groupId>
<artifactId>frost-library</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.subito/frost-library/
implementation 'it.subito:frost-library:1.0'
// https://jarcasting.com/artifacts/it.subito/frost-library/
implementation ("it.subito:frost-library:1.0")
'it.subito:frost-library:aar:1.0'
<dependency org="it.subito" name="frost-library" rev="1.0">
<artifact name="frost-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.subito', module='frost-library', version='1.0')
)
libraryDependencies += "it.subito" % "frost-library" % "1.0"
[it.subito/frost-library "1.0"]