|  | include_defs('//bucklets/maven_jar.bucklet') | 
|  |  | 
|  | maven_jar( | 
|  | name = 'codec', | 
|  | id = 'commons-codec:commons-codec:1.4', | 
|  | sha1 = '4216af16d38465bbab0f3dff8efa14204f7a399a', | 
|  | license = 'Apache2.0', | 
|  | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], | 
|  | ) | 
|  |  | 
|  | maven_jar( | 
|  | name = 'lang', | 
|  | id = 'commons-lang:commons-lang:2.5', | 
|  | sha1 = 'b0236b252e86419eef20c31a44579d2aee2f0a69', | 
|  | license = 'Apache2.0', | 
|  | exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], | 
|  | ) | 
|  |  | 
|  | maven_jar( | 
|  | name = 'io', | 
|  | id = 'commons-io:commons-io:1.4', | 
|  | sha1 = 'a8762d07e76cfde2395257a5da47ba7c1dbd3dce', | 
|  | license = 'Apache2.0', | 
|  | ) |