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