Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.google.code.greaze |
ArtifactId | ArtifactIdgreaze-client |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
greaze-client-0.5.2.pom | |
greaze-client-0.5.2.jar | 33 KB |
greaze-client-0.5.2-tests.jar | 12 KB |
greaze-client-0.5.2-test-sources.jar | 8 KB |
greaze-client-0.5.2-sources.jar | 27 KB |
greaze-client-0.5.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/ -->
<dependency>
<groupId>com.google.code.greaze</groupId>
<artifactId>greaze-client</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation 'com.google.code.greaze:greaze-client:0.5.2'
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation ("com.google.code.greaze:greaze-client:0.5.2")
'com.google.code.greaze:greaze-client:jar:0.5.2'
<dependency org="com.google.code.greaze" name="greaze-client" rev="0.5.2">
<artifact name="greaze-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.greaze', module='greaze-client', version='0.5.2')
)
libraryDependencies += "com.google.code.greaze" % "greaze-client" % "0.5.2"
[com.google.code.greaze/greaze-client "0.5.2"]