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