blob: c4339ce27a916921fba60f18e23f3d8a137719e8 [file] [log] [blame]
Shawn Pearcec9549982015-02-11 13:09:01 -08001VERSION = '5.0.3'
2
3maven_jar(
4 name = 'ow2-asm',
5 id = 'org.ow2.asm:asm:' + VERSION,
6 sha1 = 'dcc2193db20e19e1feca8b1240dbbc4e190824fa',
7 license = 'ow2',
8)
9
10maven_jar(
11 name = 'ow2-asm-analysis',
12 id = 'org.ow2.asm:asm-analysis:' + VERSION,
13 sha1 = 'c7126aded0e8e13fed5f913559a0dd7b770a10f3',
14 license = 'ow2',
15)
16
17maven_jar(
18 name = 'ow2-asm-tree',
19 id = 'org.ow2.asm:asm-tree:' + VERSION,
20 sha1 = '287749b48ba7162fb67c93a026d690b29f410bed',
21 license = 'ow2',
22)
23
24maven_jar(
25 name = 'ow2-asm-util',
26 id = 'org.ow2.asm:asm-util:' + VERSION,
27 sha1 = '1512e5571325854b05fb1efce1db75fcced54389',
28 license = 'ow2',
29)