https://github.com/xerial/xerial-java
Xerial library for Java
https://github.com/xerial/xerial-java
Last synced: 9 months ago
JSON representation
Xerial library for Java
- Host: GitHub
- URL: https://github.com/xerial/xerial-java
- Owner: xerial
- Created: 2013-02-14T14:03:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-14T16:12:28.000Z (almost 13 years ago)
- Last Synced: 2025-04-02T04:56:55.111Z (9 months ago)
- Language: Java
- Size: 37.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xerial-java
Data managment libraries for Java. This project already has been finished, and now has moved to [Xerial for Scala](https://github.com/xerial/xerial).
The current version 2.1 would be the final release and the source codes are kept here only for maintenance.
## Components
* xerial-core
* Core library without dependencies other than Java
* Logger, OptionParser, etc.
* xerial-lens
* Data-object mapping library
* Object <--> xml, silk, JDBC, etc.
* xerial-silk
* Silk text format parser and object mapper
* xerial-xml
* XML parser and indexing library
* xerial-storage
* Database connection management library
## Usage
### Using with Maven
Replace the module name `xerial-core` appropriately (e.g., `xerial-lens`, `xerial-silk`, etc.)
org.xerial.java
xerial-core
2.1
### Using with sbt
libraryDependencies += "org.xerial.java" % "xerial-core" % "2.1"
## For developers
### Building xerial-java
bin/sbt publish-local
### Deploying to sonatype
bin/sbt publish-signed
### Run tests
bin/sbt test