Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.google.code.greaze |
ArtifactId | ArtifactIdgreaze-example-client |
Version | Version0.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.code.greaze/greaze-example-client/ -->
<dependency>
<groupId>com.google.code.greaze</groupId>
<artifactId>greaze-example-client</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-example-client/
implementation 'com.google.code.greaze:greaze-example-client:0.5.2'
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-example-client/
implementation ("com.google.code.greaze:greaze-example-client:0.5.2")
'com.google.code.greaze:greaze-example-client:jar:0.5.2'
<dependency org="com.google.code.greaze" name="greaze-example-client" rev="0.5.2">
<artifact name="greaze-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.greaze', module='greaze-example-client', version='0.5.2')
)
libraryDependencies += "com.google.code.greaze" % "greaze-example-client" % "0.5.2"
[com.google.code.greaze/greaze-example-client "0.5.2"]