Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e866b179890f1fffa461c10f6be219a410856f7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# WebSocket Module
#

[depend]
# javax.websocket needs annotations
annotations

[lib]
lib/websocket/*.jar


Back to the top