8000 GitHub - sonofab1rd/univocity-parsers: uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.

Notifications You must be signed in to change notification settings

sonofab1rd/univocity-parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to univocity-parsers

univocity-parsers is a collection of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.

Bugs, contributions & support

If you find a bug, please file an issue.

Feel free to submit a contribution via pull requests. Every little bit is appreciated!

Thank you for using univocity-parsers!

Snapshot Repository Maven Central

<dependency>
    <groupId>com.sonofab1rd</groupId>
    <artifactId>univocity-parsers</artifactId>
    <version>2.10.1</version>
</dependency>

Release Workflow

release_number = project version from the pom, minus "-SNAPSHOT"

  • create a branch release/[release_number]
  • remove the "-SNAPSHOT" from the version number in the pom
  • draft a new github release
  • create a new tag with release_number
  • target the release branch
  • give the release a title
  • publish release
  • delete the release branch

This should start the Publish Release workflow and the artifacts should be published to maven central.

About

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.

Resources

Stars

Watchers

Forks

Packages

No packages published
0