Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.cmu.cs.gabriel |
ArtifactId | ArtifactIdclient |
Version | Version2.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
client-2.2.2.pom | |
client-2.2.2.aar | 40 KB |
client-2.2.2-sources.jar | 15 KB |
client-2.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]