Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention the Maven artifact available on Github Packages.
  • Loading branch information
agarciadom authored Oct 21, 2024
1 parent 5f491d6 commit 18c6708
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,28 @@ For now, the driver has these limitations:
* Does *not* support modifying or saving RDF documents.
* Does *not* integrate the OWL or RDFS support in Jena.

## Installation and examples
## Installation

Install the features from this update site into your Eclipse IDE:
### Eclipse IDE

Install the features from this update site:

https://epsilonlabs.github.io/emc-rdf/updates/

Example projects are available from the [`examples`](./examples) folder of this repository.

### Maven

The RDF driver is available as a Maven dependency from [Github Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry):

```
<dependency>
<groupId>org.eclipse.epsilon</groupId>
<artifactId>org.eclipse.epsilon.emc.rdf</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
```

## Features

This is a high-level description of the features of the driver.
Expand Down

0 comments on commit 18c6708

Please sign in to comment.