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