so within a BUILD file e.g. this works right: ``` ...
# general
m
so within a BUILD file e.g. this works right:
Copy code
def make_lib(name):
  jar_library(name=name,
    jars=[
      jar(org=ORG, name=name, rev=REV, excludes=EXCLUDES)
    ]
  )