We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b624db commit b70ee98Copy full SHA for b70ee98
Samples/JavaDependencySampleApp/Sources/JavaCommonsCSV/swift-java-with-custom-repositories.config
@@ -0,0 +1,29 @@
1
+{
2
+ "classes": {
3
+ "org.apache.commons.io.FilenameUtils": "FilenameUtils",
4
+ "org.apache.commons.io.IOCase": "IOCase",
5
+ "org.apache.commons.csv.CSVFormat": "CSVFormat",
6
+ "org.apache.commons.csv.CSVParser": "CSVParser",
7
+ "org.apache.commons.csv.CSVRecord": "CSVRecord"
8
+ },
9
+ "dependencies": [
10
+ "org.apache.commons:commons-csv:1.12.0"
11
+ ],
12
+ "repositories": [
13
+ {
14
+ "type": "maven",
15
+ "url": "https://jitpack.io",
16
+ "artifactUrls": []
17
18
19
20
+ "url": "file:~/.m2/repository"
21
22
23
+ "type": "mavenLocal"
24
25
26
+ "type": "mavenCentral"
27
+ }
28
+ ]
29
+}
0 commit comments