| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.google.gerrit | 
| ArtifactId | ArtifactIdgerrit-plugin-gwtui | 
| Last Version | Last Version2.16.28 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGerrit Code Review - Plugin GWT UI Common Classes for Gerrit GWT UI Plugins | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwtui/ -->
<dependency>
    <groupId>com.google.gerrit</groupId>
    <artifactId>gerrit-plugin-gwtui</artifactId>
    <version>2.16.28</version>
</dependency>// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwtui/
implementation 'com.google.gerrit:gerrit-plugin-gwtui:2.16.28'// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwtui/
implementation ("com.google.gerrit:gerrit-plugin-gwtui:2.16.28")'com.google.gerrit:gerrit-plugin-gwtui:jar:2.16.28'<dependency org="com.google.gerrit" name="gerrit-plugin-gwtui" rev="2.16.28">
  <artifact name="gerrit-plugin-gwtui" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-plugin-gwtui', version='2.16.28')
)libraryDependencies += "com.google.gerrit" % "gerrit-plugin-gwtui" % "2.16.28"[com.google.gerrit/gerrit-plugin-gwtui "2.16.28"]