Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.cmu.cs.gabriel |
ArtifactId | ArtifactIdclient |
Version | Version0.1.7 |
Type | Typeaar |
Filename | Size |
---|---|
client-0.1.7.pom | |
client-0.1.7.aar | 29 KB |
client-0.1.7-sources.jar | 9 KB |
client-0.1.7-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.cmu.cs.gabriel/client/ -->
<dependency>
<groupId>edu.cmu.cs.gabriel</groupId>
<artifactId>client</artifactId>
<version>0.1.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/edu.cmu.cs.gabriel/client/
implementation 'edu.cmu.cs.gabriel:client:0.1.7'
// https://jarcasting.com/artifacts/edu.cmu.cs.gabriel/client/
implementation ("edu.cmu.cs.gabriel:client:0.1.7")
'edu.cmu.cs.gabriel:client:aar:0.1.7'
<dependency org="edu.cmu.cs.gabriel" name="client" rev="0.1.7">
<artifact name="client" type="aar" />
</dependency>
@Grapes(
@Grab(group='edu.cmu.cs.gabriel', module='client', version='0.1.7')
)
libraryDependencies += "edu.cmu.cs.gabriel" % "client" % "0.1.7"
[edu.cmu.cs.gabriel/client "0.1.7"]