-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdependencies.json
More file actions
65 lines (65 loc) · 1.82 KB
/
Copy pathdependencies.json
File metadata and controls
65 lines (65 loc) · 1.82 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"name": "Toolbox App plugin API",
"version": "2.1.0.16946",
"url": "https://jetbrains.com/toolbox-app/",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
},
{
"name": "com.squareup.okhttp3:okhttp",
"version": "4.12.0",
"url": "https://square.github.io/okhttp/",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
},
{
"name": "com.squareup.retrofit2:converter-moshi",
"version": "2.8.2",
"url": "https://github.com/square/retrofit",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
},
{
"name": "com.squareup.retrofit2:retrofit",
"version": "2.8.2",
"url": "https://github.com/square/retrofit",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
},
{
"name": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
"version": "1.7.3",
"url": null,
"license": null,
"licenseUrl": null
},
{
"name": "org.jetbrains.kotlinx:kotlinx-serialization-core",
"version": "1.5.0",
"url": null,
"license": null,
"licenseUrl": null
},
{
"name": "org.jetbrains.kotlinx:kotlinx-serialization-json",
"version": "1.5.0",
"url": null,
"license": null,
"licenseUrl": null
},
{
"name": "org.jetbrains.kotlinx:kotlinx-serialization-json-okio",
"version": "1.5.0",
"url": null,
"license": null,
"licenseUrl": null
},
{
"name": "org.slf4j:slf4j-api",
"version": "2.0.3",
"url": "http://www.slf4j.org",
"license": "MIT License",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php"
}
]