Hi Team,
I'm trying to test the connection to Stardog using com.complex.stardog.jena.
There were several questions:
- Are you planning to migrate to Jena-v4?
- What dependency does the SDJenaFactory class carry in the package? After adding all the necessary dependencies, the class is not detected. The pom part is presented below.
Thank you in advance!
<dependency>
<groupId>com.stardog</groupId>
<artifactId>stardog-spring</artifactId>
<version>7.2.1</version>
</dependency>
<dependency>
<groupId>com.complexible.stardog</groupId>
<artifactId>client-embedded</artifactId>
<version>7.7.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.complexible.stardog</groupId>
<artifactId>client-http</artifactId>
<version>7.7.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.complexible.stardog.jena</groupId>
<artifactId>stardog-jena</artifactId>
<version>7.7.2</version>
<type>pom</type>
</dependency>