cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

citeobj

What it is

citeobj is a cross-platform library for working with collections of citable objects.

Current version: 7.5.2

Status: in active development. See release notes

License

GPL 3.0

Documentation

See https://cite-architecture.github.io/citeobj/.

Using, building, testing

citeobj is compiled for both the JVM and ScalaJS using scala versions 2.11 and 2.12. Due to a dependency on scala-xml, the JVM builds cannot be used with Scala 2.10. ScalaJS builds can be compiled for 2.10 as well as 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" %%% "citeobj" % VERSION

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

To build from source and test, use normal sbt commands (compile, test ...).