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