You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
prebuilt_jar(
|
|
name = 'hamcrest',
|
|
binary_jar = 'hamcrest-core-1.3.jar',
|
|
visibility = [
|
|
'PUBLIC'
|
|
]
|
|
)
|
|
|
|
prebuilt_jar(
|
|
name = 'junit',
|
|
binary_jar = 'junit-4.11.jar',
|
|
deps = [
|
|
':hamcrest'
|
|
],
|
|
visibility = [
|
|
'PUBLIC'
|
|
]
|
|
)
|
|
|