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