| Группа | Группаcom.github.whyrising.recompose |
|---|---|
| Идентификатор | Идентификаторrecompose |
| Версия | Версия0.0.3 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| recompose-0.0.3.pom | |
| recompose-0.0.3-sources.jar | 9 KB |
| recompose-0.0.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.whyrising.recompose/recompose/
implementation 'com.github.whyrising.recompose:recompose:0.0.3'
// https://jarcasting.com/artifacts/com.github.whyrising.recompose/recompose/
implementation ("com.github.whyrising.recompose:recompose:0.0.3")
'com.github.whyrising.recompose:recompose:aar:0.0.3'
<dependency org="com.github.whyrising.recompose" name="recompose" rev="0.0.3">
<artifact name="recompose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.whyrising.recompose', module='recompose', version='0.0.3')
)
libraryDependencies += "com.github.whyrising.recompose" % "recompose" % "0.0.3"
[com.github.whyrising.recompose/recompose "0.0.3"]