is not current version
Last Version 2.4.1

edu.cmu.cs.gabriel:client 2.2.2

Networking components for Gabriel Android clients

Categories

Categories

CLI User Interface
GroupId

GroupId

edu.cmu.cs.gabriel
ArtifactId

ArtifactId

client
Version

Version

2.2.2
Type

Type

aar

Download client 2.2.2


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