| GroupId | GroupIdcom.getphyllo |
|---|---|
| ArtifactId | ArtifactIdphyllo-connect |
| Version | Version0.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| phyllo-connect-0.0.1.pom | |
| phyllo-connect-0.0.1.aar | 796 KB |
| phyllo-connect-0.0.1-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.getphyllo/phyllo-connect/ -->
<dependency>
<groupId>com.getphyllo</groupId>
<artifactId>phyllo-connect</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.getphyllo/phyllo-connect/
implementation 'com.getphyllo:phyllo-connect:0.0.1'
// https://jarcasting.com/artifacts/com.getphyllo/phyllo-connect/
implementation ("com.getphyllo:phyllo-connect:0.0.1")
'com.getphyllo:phyllo-connect:aar:0.0.1'
<dependency org="com.getphyllo" name="phyllo-connect" rev="0.0.1">
<artifact name="phyllo-connect" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.getphyllo', module='phyllo-connect', version='0.0.1')
)
libraryDependencies += "com.getphyllo" % "phyllo-connect" % "0.0.1"
[com.getphyllo/phyllo-connect "0.0.1"]