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