forked from microsoft/libHttpClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
45 lines (45 loc) · 1.35 KB
/
cgmanifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"Registrations": [
{
"Component": {
"Type": "maven",
"maven": {
"GroupId": "com.squareup.okhttp3",
"ArtifactId": "okhttp",
"Version": "4.9.1"
}
},
"DevelopmentDependency" : false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/zaphoyd/websocketpp",
"CommitHash": "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"
}
},
"DevelopmentDependency" : false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/chriskohlhoff/asio",
"CommitHash": "22afb86087a77037cd296d27134756c9b0d2cb75"
}
},
"DevelopmentDependency" : false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/openssl/openssl",
"CommitHash": "d1c28d791a7391a8dc101713cd8646df96491d03"
}
},
"DevelopmentDependency" : false
}
]
}