| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.saadahmedev.short-intent |
| Идентификатор | Идентификаторshort-intent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеShort Intent
This is an Intent library developed by Saad Ahmed. The library lets users to intent from one activity to another with transition with simple coding
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| short-intent-1.0.0.pom | |
| short-intent-1.0.0.aar | 16 KB |
| short-intent-1.0.0-sources.jar | 3 KB |
| short-intent-1.0.0-javadoc.jar | 422 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.saadahmedev.short-intent/short-intent/ -->
<dependency>
<groupId>com.saadahmedev.short-intent</groupId>
<artifactId>short-intent</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.saadahmedev.short-intent/short-intent/
implementation 'com.saadahmedev.short-intent:short-intent:1.0.0'
// https://jarcasting.com/artifacts/com.saadahmedev.short-intent/short-intent/
implementation ("com.saadahmedev.short-intent:short-intent:1.0.0")
'com.saadahmedev.short-intent:short-intent:aar:1.0.0'
<dependency org="com.saadahmedev.short-intent" name="short-intent" rev="1.0.0">
<artifact name="short-intent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.saadahmedev.short-intent', module='short-intent', version='1.0.0')
)
libraryDependencies += "com.saadahmedev.short-intent" % "short-intent" % "1.0.0"
[com.saadahmedev.short-intent/short-intent "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android : android | jar | 2.1.2 |
| com.google.android : annotations | jar | 4.1.1.4 |