Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

WARNING: THIS IS ONLY A TEMPLATE FOR THE DOCUMENTATION.
RELEASE DOCS ARE ON THE PROJECT WEBSITE

Getting started

OpenEntity api is available on Maven Central. To use it, put this in the dependencies section of your pom.xml:

    <dependency>
        <groupId>eu.trentorise.opendata</groupId>
        <artifactId>openentity-api</artifactId>
        <version>#{version}</version>
    </dependency>

In case updates are available, version numbers follows semantic versioning rules.

TODO put usage examples

Usage

  • All data structures are immutable
  • There is a naive implementation called MockEkb todo put link