Skip to content

cite-architecture/cex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cex

What it is

cex is a cross-platform library for working with data in CITE Exchange format (CEX).

(See the CEX specification at https://cite-architecture.github.io/citedx/.)

Current version: 6.5.1

Status: early development. Release notes

License

GPL 3.0

Documentation

https://cite-architecture.github.io/cex/

Using, building, testing

cex is compiled for both the JVM and ScalaJS using scala versions 2.10, 2.11 and 2.12. Binaries for all three versions are available from the Nexus repository on <terracotta.hpcc.uh.edu/nexus>.

resolvers += "Nexus" at "https://terracotta.hpcc.uh.edu/nexus/repository/maven-releases/"

and add this to your library dependencies:

"edu.holycross.shot" %% "cex" % VERSION

For maven, ivy or gradle equivalents, refer to https://bintray.com/neelsmith/maven/cex.

To build from source and test for a given version, use normal sbt commands (compile, test ...).

You can also test or run tasks against all versions, using + before the task name. E.g., sbt "+ test" runs the test task against all versions.

About

Cross platform library for parsing data in CITE Exchange format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages