Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.cmu.cs.gabriel |
ArtifactId | ArtifactIdclient |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
client-0.2.0.pom | |
client-0.2.0.aar | 38 KB |
client-0.2.0-sources.jar | 13 KB |
client-0.2.0-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>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/edu.cmu.cs.gabriel/client/
implementation 'edu.cmu.cs.gabriel:client:0.2.0'
// https://jarcasting.com/artifacts/edu.cmu.cs.gabriel/client/
implementation ("edu.cmu.cs.gabriel:client:0.2.0")
'edu.cmu.cs.gabriel:client:aar:0.2.0'
<dependency org="edu.cmu.cs.gabriel" name="client" rev="0.2.0">
<artifact name="client" type="aar" />
</dependency>
@Grapes(
@Grab(group='edu.cmu.cs.gabriel', module='client', version='0.2.0')
)
libraryDependencies += "edu.cmu.cs.gabriel" % "client" % "0.2.0"
[edu.cmu.cs.gabriel/client "0.2.0"]