This code has moved here.
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdedu.cmu.cs |
| ArtifactId | ArtifactIdgabrielclient |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionGabriel Client
Networking componenet for Gabriel Android Clients
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gabrielclient-0.0.1.pom | |
| gabrielclient-0.0.1.aar | 89 KB |
| gabrielclient-0.0.1-sources.jar | 21 KB |
| gabrielclient-0.0.1-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.cmu.cs/gabrielclient/ -->
<dependency>
<groupId>edu.cmu.cs</groupId>
<artifactId>gabrielclient</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/edu.cmu.cs/gabrielclient/
implementation 'edu.cmu.cs:gabrielclient:0.0.1'
// https://jarcasting.com/artifacts/edu.cmu.cs/gabrielclient/
implementation ("edu.cmu.cs:gabrielclient:0.0.1")
'edu.cmu.cs:gabrielclient:aar:0.0.1'
<dependency org="edu.cmu.cs" name="gabrielclient" rev="0.0.1">
<artifact name="gabrielclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='edu.cmu.cs', module='gabrielclient', version='0.0.1')
)
libraryDependencies += "edu.cmu.cs" % "gabrielclient" % "0.0.1"
[edu.cmu.cs/gabrielclient "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.tinder.scarlet : scarlet | jar | 0.1.9 |
| com.tinder.scarlet : websocket-okhttp | jar | 0.1.9 |
| com.tinder.scarlet : message-adapter-protobuf | jar | 0.1.9 |
| com.tinder.scarlet : lifecycle-android | jar | 0.1.9 |
This code has moved here.