Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.google.code.greaze |
ArtifactId | ArtifactIdgreaze-client |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
greaze-client-0.5.1.pom | |
greaze-client-0.5.1.jar | 30 KB |
greaze-client-0.5.1-test-jar.jar | 8 KB |
greaze-client-0.5.1-sources.jar | 25 KB |
greaze-client-0.5.1-javadoc.jar | 114 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation 'com.google.code.greaze:greaze-client:0.5.1'
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation ("com.google.code.greaze:greaze-client:0.5.1")
'com.google.code.greaze:greaze-client:jar:0.5.1'
<dependency org="com.google.code.greaze" name="greaze-client" rev="0.5.1">
<artifact name="greaze-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.greaze', module='greaze-client', version='0.5.1')
)
libraryDependencies += "com.google.code.greaze" % "greaze-client" % "0.5.1"
[com.google.code.greaze/greaze-client "0.5.1"]