| License |
License |
|---|---|
| GroupId | GroupIdcom.stardog.ext |
| ArtifactId | ArtifactIdstardog-spring |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstardog-spring
Stardog Spring bindings for using Stardog with the Springframework
|
| Filename | Size |
|---|---|
| stardog-spring-1.1.0.pom | |
| stardog-spring-1.1.0.jar | 22 KB |
| stardog-spring-1.1.0-sources.jar | 18 KB |
| stardog-spring-1.1.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stardog.ext/stardog-spring/ -->
<dependency>
<groupId>com.stardog.ext</groupId>
<artifactId>stardog-spring</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stardog.ext/stardog-spring/
implementation 'com.stardog.ext:stardog-spring:1.1.0'
// https://jarcasting.com/artifacts/com.stardog.ext/stardog-spring/
implementation ("com.stardog.ext:stardog-spring:1.1.0")
'com.stardog.ext:stardog-spring:jar:1.1.0'
<dependency org="com.stardog.ext" name="stardog-spring" rev="1.1.0">
<artifact name="stardog-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stardog.ext', module='stardog-spring', version='1.1.0')
)
libraryDependencies += "com.stardog.ext" % "stardog-spring" % "1.1.0"
[com.stardog.ext/stardog-spring "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 5.3.18 |
| org.springframework : spring-beans | jar | 5.3.18 |
| org.springframework : spring-context | jar | 5.3.18 |
| org.springframework : spring-tx | jar | 5.3.18 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| com.complexible.stardog » client-http | jar | 7.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.complexible.stardog » server | jar | 7.9.1 |
| junit : junit | jar | 4.13.2 |
| org.springframework : spring-test | jar | 5.3.18 |