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

[version]
9.3

[depend]
# javax.websocket needs annotations
annotations

[lib]
lib/websocket/*.jar


Back to the top