Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.google.web.bindery |
ArtifactId | ArtifactIdrequestfactory-client |
Version | Version2.6.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.web.bindery/requestfactory-client/ -->
<dependency>
<groupId>com.google.web.bindery</groupId>
<artifactId>requestfactory-client</artifactId>
<version>2.6.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.web.bindery/requestfactory-client/
implementation 'com.google.web.bindery:requestfactory-client:2.6.0-rc1'
// https://jarcasting.com/artifacts/com.google.web.bindery/requestfactory-client/
implementation ("com.google.web.bindery:requestfactory-client:2.6.0-rc1")
'com.google.web.bindery:requestfactory-client:jar:2.6.0-rc1'
<dependency org="com.google.web.bindery" name="requestfactory-client" rev="2.6.0-rc1">
<artifact name="requestfactory-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.web.bindery', module='requestfactory-client', version='2.6.0-rc1')
)
libraryDependencies += "com.google.web.bindery" % "requestfactory-client" % "2.6.0-rc1"
[com.google.web.bindery/requestfactory-client "2.6.0-rc1"]