| include_defs('//bucklets/maven_jar.bucklet') | 
 |  | 
 | VER = '2.14-SNAPSHOT' | 
 | REPO = MAVEN_LOCAL | 
 |  | 
 | maven_jar( | 
 |   name = 'acceptance-framework', | 
 |   id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER, | 
 |   license = 'Apache2.0', | 
 |   attach_source = False, | 
 |   repository = REPO, | 
 | ) | 
 |  | 
 | maven_jar( | 
 |   name = 'plugin-api', | 
 |   id = 'com.google.gerrit:gerrit-plugin-api:' + VER, | 
 |   license = 'Apache2.0', | 
 |   attach_source = False, | 
 |   repository = REPO, | 
 | ) | 
 |  | 
 | maven_jar( | 
 |   name = 'gwtui-api', | 
 |   id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER, | 
 |   license = 'Apache2.0', | 
 |   attach_source = False, | 
 |   repository = REPO, | 
 | ) |