Questions tagged [jackson-dataformats-text]
2 questions
1
vote
1 answer
Read a toml file in java 2022
After a quick research, I found the following three libraries for parsing Toml files in java.
toml4j
tomlj
jackson-dataformats-text
What I am looking for is a library that can parse toml files without a corresponding POJO class. While both toml4j,…

Rami ZK
- 510
- 3
- 13
0
votes
1 answer
Why doesn't the dependency contain a jar in the maven public repository https://mvnrepository.com?
I a maven rookie and am wondering how to get a binary jar file if it is not already in the repo. Specifically i'm in need of: jackson-dataformats-text-2.13.0.jar. Do I need to build it myself? I'm used to creating a project and marking a library as…

simgineer
- 1,754
- 2
- 22
- 49