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