is not current version
Last Version 0.2.0

co.daily:client 0.1.1-beta0

Daily Android Client

Categories

Categories

CLI User Interface
GroupId

GroupId

co.daily
ArtifactId

ArtifactId

client
Version

Version

0.1.1-beta0
Type

Type

aar

Download client 0.1.1-beta0


<!-- https://jarcasting.com/artifacts/co.daily/client/ -->
<dependency>
    <groupId>co.daily</groupId>
    <artifactId>client</artifactId>
    <version>0.1.1-beta0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.daily/client/
implementation 'co.daily:client:0.1.1-beta0'
// https://jarcasting.com/artifacts/co.daily/client/
implementation ("co.daily:client:0.1.1-beta0")
'co.daily:client:aar:0.1.1-beta0'
<dependency org="co.daily" name="client" rev="0.1.1-beta0">
  <artifact name="client" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.daily', module='client', version='0.1.1-beta0')
)
libraryDependencies += "co.daily" % "client" % "0.1.1-beta0"
[co.daily/client "0.1.1-beta0"]