-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
36 lines (35 loc) · 1.8 KB
/
libs.versions.toml
File metadata and controls
36 lines (35 loc) · 1.8 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
[versions]
assertj = "3.27.3"
commons = "1.14.0"
commons-io = "2.20.0"
fastcsv = "4.0.0"
fastdoubleparser = "2.0.1"
immutables = "2.10.1"
jackson = "2.19.1"
jetbrains = "26.0.2"
jmh = "1.37"
junit = "5.13.4"
opencsv = "5.11.2"
simpleflatmapper = "8.2.3"
supercsv = "2.4.0"
trove = "3.0.3"
univocity = "2.9.1"
[libraries]
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
commons-csv = { module = "org.apache.commons:commons-csv", version.ref = "commons" }
commons-io = { module = "commons-io:commons-io", version.ref = "commons-io" }
fastcsv = { module = "de.siegmar:fastcsv", version.ref = "fastcsv" }
fast-double-parser = { module = "ch.randelshofer:fastdoubleparser", version.ref = "fastdoubleparser"}
immutables-value = { module = "org.immutables:value", version.ref = "immutables" }
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
jackson-dataformat-csv = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-csv", version.ref = "jackson" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
opencsv = { module = "com.opencsv:opencsv", version.ref = "opencsv" }
simpleflatemapper-csv = { module = "org.simpleflatmapper:sfm-csv", version.ref = "simpleflatmapper" }
super-csv = { module = "net.sf.supercsv:super-csv", version.ref = "supercsv" }
trove4j = { module = "net.sf.trove4j:trove4j", version.ref = "trove" }
univocity-parsers = { module = "com.univocity:univocity-parsers", version.ref = "univocity" }