| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.bosphere.android-ratiofilllayout |
| Идентификатор | Идентификаторratiofilllayout |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
ОписаниеAndroid-RatioFillLayout
A custom layout that fills given width or height as per the original ratio of each child.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ratiofilllayout-1.0.0.pom | |
| ratiofilllayout-1.0.0.aar | 6 KB |
| ratiofilllayout-1.0.0-sources.jar | 2 KB |
| ratiofilllayout-1.0.0-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bosphere.android-ratiofilllayout/ratiofilllayout/ -->
<dependency>
<groupId>com.github.bosphere.android-ratiofilllayout</groupId>
<artifactId>ratiofilllayout</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bosphere.android-ratiofilllayout/ratiofilllayout/
implementation 'com.github.bosphere.android-ratiofilllayout:ratiofilllayout:1.0.0'
// https://jarcasting.com/artifacts/com.github.bosphere.android-ratiofilllayout/ratiofilllayout/
implementation ("com.github.bosphere.android-ratiofilllayout:ratiofilllayout:1.0.0")
'com.github.bosphere.android-ratiofilllayout:ratiofilllayout:aar:1.0.0'
<dependency org="com.github.bosphere.android-ratiofilllayout" name="ratiofilllayout" rev="1.0.0">
<artifact name="ratiofilllayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bosphere.android-ratiofilllayout', module='ratiofilllayout', version='1.0.0')
)
libraryDependencies += "com.github.bosphere.android-ratiofilllayout" % "ratiofilllayout" % "1.0.0"
[com.github.bosphere.android-ratiofilllayout/ratiofilllayout "1.0.0"]