Skip to content

Instantly share code, notes, and snippets.

@kirshiyin89
Created October 3, 2022 16:25
Show Gist options
  • Save kirshiyin89/a2e2324311097578413cb9ddae1b48b4 to your computer and use it in GitHub Desktop.
Save kirshiyin89/a2e2324311097578413cb9ddae1b48b4 to your computer and use it in GitHub Desktop.
univocity dependencies
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.9.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment