Skip to content

cite-architecture/citerelations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citerelations

What it is

citerelations is a cross-platform library for working with sets of triples describing relations among citable objects.

Current version: 2.7.1

Status: in active development. See release notes

License

GPL 3.0

Documentation

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

Using, building, testing

citerelations 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>.

If you are using sbt, include Resolver.jcenterRepo in your list of resolvers

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

and add this to your library dependencies:

"edu.holycross.shot" %%% "citerelations" % VERSION

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages