| Группа | Группаcom.github.whyrising.recompose |
|---|---|
| Идентификатор | Идентификаторrecompose |
| Версия | Версия0.0.4 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| recompose-0.0.4.pom | |
| recompose-0.0.4-sources.jar | 15 KB |
| recompose-0.0.4-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.whyrising.recompose/recompose/ -->
<dependency>
<groupId>com.github.whyrising.recompose</groupId>
<artifactId>recompose</artifactId>
<version>0.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.whyrising.recompose/recompose/
implementation 'com.github.whyrising.recompose:recompose:0.0.4'
// https://jarcasting.com/artifacts/com.github.whyrising.recompose/recompose/
implementation ("com.github.whyrising.recompose:recompose:0.0.4")
'com.github.whyrising.recompose:recompose:aar:0.0.4'
<dependency org="com.github.whyrising.recompose" name="recompose" rev="0.0.4">
<artifact name="recompose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.whyrising.recompose', module='recompose', version='0.0.4')
)
libraryDependencies += "com.github.whyrising.recompose" % "recompose" % "0.0.4"
[com.github.whyrising.recompose/recompose "0.0.4"]