<dependency> <groupId>com.univocity</groupId> <artifactId>univocity-parsers</artifactId> <version>1.5.6</version> </dependency>
implementation 'com.univocity:univocity-parsers:1.5.6'
implementation("com.univocity:univocity-parsers:1.5.6")
libraryDependencies += "com.univocity" % "univocity-parsers" % "1.5.6"
@Grapes( @Grab(group='com.univocity', module='univocity-parsers', version='1.5.6') )
<dependency org="com.univocity" name="univocity-parsers" rev="1.5.6" />
[com.univocity/univocity-parsers "1.5.6"]
'com.univocity:univocity-parsers:jar:1.5.6'
test
|-- org.testng:testng:6.8.8
|-- com.univocity:univocity-output-tester:1.0