Stardog 5 maven dependencies

Hi,

What are the Stardog 5 Maven depency settings ?
I tried:
<dependency> <groupId>com.complexible.stardog</groupId> <artifactId>stardog-api</artifactId> <version>5.0.0</version> </dependency>

and

<dependency> <groupId>com.complexible.stardog</groupId> <artifactId>stardog-api</artifactId> <version>5.0</version> </dependency>

Both don’t seem to work.

Bart

Probably a caching issue, now it works

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.