Skip to content

May 13, 2018 Snapshot 1

Compare
Choose a tag to compare
@jin jin released this 13 May 18:33
· 661 commits to master since this release

To use, add this snippet in your WORKSPACE file:

# Google Maven Repository
GMAVEN_TAG = "20180513-1"

http_archive(
    name = "gmaven_rules",
    strip_prefix = "gmaven_rules-%s" % GMAVEN_TAG,
    url = "https://github.com/bazelbuild/gmaven_rules/archive/%s.tar.gz" % GMAVEN_TAG,
)

load("@gmaven_rules//:gmaven.bzl", "gmaven_rules")

gmaven_rules()