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