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