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