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