Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JSON Data |
---|---|
GroupId | GroupIdcom.google.gerrit |
ArtifactId | ArtifactIdgwtjsonrpc |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
gwtjsonrpc-1.8.pom | |
gwtjsonrpc-1.8.jar | 122 KB |
gwtjsonrpc-1.8-sources.jar | 87 KB |
gwtjsonrpc-1.8-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gwtjsonrpc/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gwtjsonrpc</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gwtjsonrpc/
implementation 'com.google.gerrit:gwtjsonrpc:1.8'
// https://jarcasting.com/artifacts/com.google.gerrit/gwtjsonrpc/
implementation ("com.google.gerrit:gwtjsonrpc:1.8")
'com.google.gerrit:gwtjsonrpc:jar:1.8'
<dependency org="com.google.gerrit" name="gwtjsonrpc" rev="1.8">
<artifact name="gwtjsonrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gwtjsonrpc', version='1.8')
)
libraryDependencies += "com.google.gerrit" % "gwtjsonrpc" % "1.8"
[com.google.gerrit/gwtjsonrpc "1.8"]