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