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