-
Notifications
You must be signed in to change notification settings - Fork 12
/
dependencies.json
190 lines (189 loc) · 4.87 KB
/
dependencies.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"dependencies": [
{
"org": "commons-codec",
"artifacts": ["commons-codec"],
"version": "1.11",
"description": "The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "commons-io",
"artifacts": ["commons-io"],
"version": "2.11.0",
"description": "The Apache Commons IO library contains utility classes, stream implementations, file filters,file comparators, endian transformation classes, and much more.",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.google.api.grpc",
"artifacts": ["proto-google-common-protos"],
"version": "2.41.0",
"description": "PROTO library for proto-google-common-protos",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.google.protobuf",
"artifacts": ["protobuf-java"],
"version": "3.25.5",
"description": "Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.fasterxml.jackson.core",
"artifacts": ["jackson-core"],
"version": "2.14.3",
"description": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.auth0",
"artifacts": ["java-jwt"],
"version": "4.2.1",
"description": "Java implementation of JSON Web Token (JWT)",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.auth0",
"artifacts": ["jwks-rsa"],
"version": "0.21.2",
"description": "JSON Web Key Set parser library",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.zaxxer",
"artifacts": ["HikariCP"],
"version": "3.2.0",
"description": "Ultimate JDBC Connection Pool",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.google.guava",
"artifacts": ["guava"],
"version": "31.1-jre",
"description": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "org.scalaz",
"artifacts": ["scalaz-scalacheck-binding_2.13"],
"version": "7.2.33-scalacheck-1.15",
"description": "scalaz-scalacheck-binding",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.github.ben-manes.caffeine",
"artifacts": ["caffeine"],
"version": "3.1.2",
"description": "A high performance caching library",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "org.playframework.anorm",
"artifacts": ["anorm_2.13"],
"version": "2.7.0",
"description": "Anorm, simple SQL data access",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "com.thesamet.scalapb",
"artifacts": ["scalapb-json4s_2.13"],
"version": "0.11.1",
"description": "scalapb-json4s",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "io.opentelemetry",
"artifacts": [
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-sdk-testing",
"opentelemetry-exporter-zipkin",
"opentelemetry-exporter-otlp",
"opentelemetry-exporter-common",
"opentelemetry-sdk-extension-autoconfigure"
],
"version": "1.36.0",
"description": "Opentelemetry libraries",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "io.opentelemetry",
"artifacts": [
"opentelemetry-exporter-prometheus"
],
"version": "1.36.0-alpha",
"description": "Opentelemetry libraries, alpha version",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "io.opentelemetry.instrumentation",
"artifacts": [
"opentelemetry-grpc-1.6",
"opentelemetry-runtime-telemetry-java8"
],
"version": "2.1.0-alpha",
"description": "Opentelemetry instrumentation libraries, alpha (unstable apis) version",
"users": [
"Canton",
"DamlSDK"
]
},
{
"org": "io.opentelemetry",
"artifacts": [
"opentelemetry-proto"
],
"version": "1.7.1-alpha",
"description": "Opentelemetry protobuf libraries, alpha version",
"users": [
"Canton",
"DamlSDK"
]
}
]
}