MVN

com.stardog : stardog-spring

Maven & Gradle

Apr 04, 2020
2 usages
18 stars

stardog-spring · Stardog Spring bindings for using Stardog with the Springframework

<dependency>
    <groupId>com.stardog</groupId>
    <artifactId>stardog-spring</artifactId>
    <version>7.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stardog : stardog-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.1

All Versions

Choose a version of com.stardog : stardog-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
stardog-spring-7.2.1
stardog-spring-7.2.0
7.1.x
stardog-spring-7.1.0
7.0.x
stardog-spring-7.0.0
6.1.x
stardog-spring-6.1.1

How to add a dependency to Maven

Add the following com.stardog : stardog-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stardog</groupId>
    <artifactId>stardog-spring</artifactId>
    <version>7.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stardog : stardog-spring gradle dependency to your build.gradle file:

implementation 'com.stardog:stardog-spring:7.2.1'

Gradle Kotlin DSL: Add the following com.stardog : stardog-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stardog:stardog-spring:7.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stardog : stardog-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stardog" % "stardog-spring" % "7.2.1"

Advertisement