| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаcom.github.kevinwl02.plasmaui |
| Идентификатор | Идентификаторlibrary |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеPlasmaUI
Android animation library that lets you animate with minimum amount of code
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| library-0.0.1.pom | |
| library-0.0.1.aar | 74 KB |
| library-0.0.1-sources.jar | 18 KB |
| library-0.0.1-javadoc.jar | 129 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kevinwl02.plasmaui/library/ -->
<dependency>
<groupId>com.github.kevinwl02.plasmaui</groupId>
<artifactId>library</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevinwl02.plasmaui/library/
implementation 'com.github.kevinwl02.plasmaui:library:0.0.1'
// https://jarcasting.com/artifacts/com.github.kevinwl02.plasmaui/library/
implementation ("com.github.kevinwl02.plasmaui:library:0.0.1")
'com.github.kevinwl02.plasmaui:library:aar:0.0.1'
<dependency org="com.github.kevinwl02.plasmaui" name="library" rev="0.0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevinwl02.plasmaui', module='library', version='0.0.1')
)
libraryDependencies += "com.github.kevinwl02.plasmaui" % "library" % "0.0.1"
[com.github.kevinwl02.plasmaui/library "0.0.1"]