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