is not current version
Last Version 2.4.1

edu.cmu.cs.gabriel:client 0.1.6

Networking componenet for Gabriel Android Clients

Categories

Categories

CLI User Interface
GroupId

GroupId

edu.cmu.cs.gabriel
ArtifactId

ArtifactId

client
Version

Version

0.1.6
Type

Type

aar

Download client 0.1.6


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