Skip to content

Commit ea49fd0

Browse files
committed
Initial commit.
1 parent 30556e6 commit ea49fd0

File tree

11 files changed

+644
-0
lines changed

11 files changed

+644
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Pants workspace files
2+
/.pants.d/
3+
/dist/
4+
/.pids
5+
/.pants.workdir.file_lock*
6+
7+
# Editor specific files
8+
*.swp

.scalafmt.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version = 3.2.1
2+
runner.dialect = scala213
3+
maxColumn = 100
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
jvm_artifact(
2+
group="com.google.guava",
3+
artifact="guava",
4+
version="31.0.1-jre",
5+
# Because `guava` provides a package which does not match its `group`, we explicitly list it here,
6+
# which allows inference to recognize that imports of this package are provided by this artifact.
7+
packages=["com.google.common.**"],
8+
)

3rdparty/jvm/default.lock

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
[
2+
{
3+
"coord": {
4+
"group": "com.google.code.findbugs",
5+
"artifact": "jsr305",
6+
"version": "3.0.2",
7+
"packaging": "jar"
8+
},
9+
"directDependencies": [],
10+
"dependencies": [],
11+
"file_name": "com.google.code.findbugs_jsr305_3.0.2.jar",
12+
"file_digest": {
13+
"fingerprint": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7",
14+
"serialized_bytes_length": 19936
15+
},
16+
"remote_url": null,
17+
"pants_address": null
18+
},
19+
{
20+
"coord": {
21+
"group": "com.google.errorprone",
22+
"artifact": "error_prone_annotations",
23+
"version": "2.7.1",
24+
"packaging": "jar"
25+
},
26+
"directDependencies": [],
27+
"dependencies": [],
28+
"file_name": "com.google.errorprone_error_prone_annotations_2.7.1.jar",
29+
"file_digest": {
30+
"fingerprint": "cd5257c08a246cf8628817ae71cb822be192ef91f6881ca4a3fcff4f1de1cff3",
31+
"serialized_bytes_length": 14835
32+
},
33+
"remote_url": null,
34+
"pants_address": null
35+
},
36+
{
37+
"coord": {
38+
"group": "com.google.guava",
39+
"artifact": "failureaccess",
40+
"version": "1.0.1",
41+
"packaging": "jar"
42+
},
43+
"directDependencies": [],
44+
"dependencies": [],
45+
"file_name": "com.google.guava_failureaccess_1.0.1.jar",
46+
"file_digest": {
47+
"fingerprint": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26",
48+
"serialized_bytes_length": 4617
49+
},
50+
"remote_url": null,
51+
"pants_address": null
52+
},
53+
{
54+
"coord": {
55+
"group": "com.google.guava",
56+
"artifact": "guava",
57+
"version": "31.0.1-jre",
58+
"packaging": "jar"
59+
},
60+
"directDependencies": [
61+
{
62+
"group": "com.google.guava",
63+
"artifact": "listenablefuture",
64+
"version": "9999.0-empty-to-avoid-conflict-with-guava",
65+
"packaging": "jar"
66+
},
67+
{
68+
"group": "com.google.j2objc",
69+
"artifact": "j2objc-annotations",
70+
"version": "1.3",
71+
"packaging": "jar"
72+
},
73+
{
74+
"group": "com.google.code.findbugs",
75+
"artifact": "jsr305",
76+
"version": "3.0.2",
77+
"packaging": "jar"
78+
},
79+
{
80+
"group": "com.google.errorprone",
81+
"artifact": "error_prone_annotations",
82+
"version": "2.7.1",
83+
"packaging": "jar"
84+
},
85+
{
86+
"group": "org.checkerframework",
87+
"artifact": "checker-qual",
88+
"version": "3.12.0",
89+
"packaging": "jar"
90+
},
91+
{
92+
"group": "com.google.guava",
93+
"artifact": "failureaccess",
94+
"version": "1.0.1",
95+
"packaging": "jar"
96+
}
97+
],
98+
"dependencies": [
99+
{
100+
"group": "com.google.guava",
101+
"artifact": "listenablefuture",
102+
"version": "9999.0-empty-to-avoid-conflict-with-guava",
103+
"packaging": "jar"
104+
},
105+
{
106+
"group": "com.google.j2objc",
107+
"artifact": "j2objc-annotations",
108+
"version": "1.3",
109+
"packaging": "jar"
110+
},
111+
{
112+
"group": "com.google.code.findbugs",
113+
"artifact": "jsr305",
114+
"version": "3.0.2",
115+
"packaging": "jar"
116+
},
117+
{
118+
"group": "com.google.errorprone",
119+
"artifact": "error_prone_annotations",
120+
"version": "2.7.1",
121+
"packaging": "jar"
122+
},
123+
{
124+
"group": "org.checkerframework",
125+
"artifact": "checker-qual",
126+
"version": "3.12.0",
127+
"packaging": "jar"
128+
},
129+
{
130+
"group": "com.google.guava",
131+
"artifact": "failureaccess",
132+
"version": "1.0.1",
133+
"packaging": "jar"
134+
}
135+
],
136+
"file_name": "com.google.guava_guava_31.0.1-jre.jar",
137+
"file_digest": {
138+
"fingerprint": "d5be94d65e87bd219fb3193ad1517baa55a3b88fc91d21cf735826ab5af087b9",
139+
"serialized_bytes_length": 2974216
140+
},
141+
"remote_url": null,
142+
"pants_address": null
143+
},
144+
{
145+
"coord": {
146+
"group": "com.google.guava",
147+
"artifact": "listenablefuture",
148+
"version": "9999.0-empty-to-avoid-conflict-with-guava",
149+
"packaging": "jar"
150+
},
151+
"directDependencies": [],
152+
"dependencies": [],
153+
"file_name": "com.google.guava_listenablefuture_9999.0-empty-to-avoid-conflict-with-guava.jar",
154+
"file_digest": {
155+
"fingerprint": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99",
156+
"serialized_bytes_length": 2199
157+
},
158+
"remote_url": null,
159+
"pants_address": null
160+
},
161+
{
162+
"coord": {
163+
"group": "com.google.j2objc",
164+
"artifact": "j2objc-annotations",
165+
"version": "1.3",
166+
"packaging": "jar"
167+
},
168+
"directDependencies": [],
169+
"dependencies": [],
170+
"file_name": "com.google.j2objc_j2objc-annotations_1.3.jar",
171+
"file_digest": {
172+
"fingerprint": "21af30c92267bd6122c0e0b4d20cccb6641a37eaf956c6540ec471d584e64a7b",
173+
"serialized_bytes_length": 8781
174+
},
175+
"remote_url": null,
176+
"pants_address": null
177+
},
178+
{
179+
"coord": {
180+
"group": "org.checkerframework",
181+
"artifact": "checker-qual",
182+
"version": "3.12.0",
183+
"packaging": "jar"
184+
},
185+
"directDependencies": [],
186+
"dependencies": [],
187+
"file_name": "org.checkerframework_checker-qual_3.12.0.jar",
188+
"file_digest": {
189+
"fingerprint": "ff10785ac2a357ec5de9c293cb982a2cbb605c0309ea4cc1cb9b9bc6dbe7f3cb",
190+
"serialized_bytes_length": 208835
191+
},
192+
"remote_url": null,
193+
"pants_address": null
194+
}
195+
]

0 commit comments

Comments
 (0)