Edit

kc3-lang/brotli/WORKSPACE

Branch :

  • Show log

    Commit

  • Author : Eugene Kliuchnikov
    Date : 2016-10-17 14:04:59
    Hash : 5025365d
    Message : Add Java port of Brotli decoder.

  • WORKSPACE
  • # Description:
    #   Bazel workspace file for Brotli.
    
    workspace(name = "org_brotli")
    
    maven_jar(
        name = "junit_junit",
        artifact = "junit:junit:4.12",
    )