Home | History | Annotate | Download | only in apache-commons-bcel
      1 name: "apache-commons-bcel"
      2 description:
      3     "The Byte Code Engineering Library (Apache Commons BCEL) is intended to "
      4     "give users a convenient way to analyze, create, and manipulate (binary) "
      5     "Java class files (those ending with .class). Classes are represented by "
      6     "objects which contain all the symbolic information of the given class: "
      7     "methods, fields and byte code instructions, in particular."
      8 
      9 third_party {
     10   url {
     11     type: HOMEPAGE
     12     value: "https://commons.apache.org/proper/commons-bcel/"
     13   }
     14   url {
     15     type: GIT
     16     value: "https://github.com/apache/commons-bcel.git"
     17   }
     18   version: "BCEL_6_2"
     19   last_upgrade_date { year: 2018 month: 7 day: 10 }
     20   license_type: NOTICE
     21 }
     22