blob: a96656b97fbb990150794b252f3f9dafd6270df0 [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VER = '2.11.3'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
sha1 = 'c6871ac4b8f36d00000f5705ea26a88252d5360f',
license = 'Apache2.0',
attach_source = False,
repository = REPO,
)