MVN

org.springframework.data : spring-data-commons-core

Maven & Gradle

Feb 07, 2013
44 usages

Spring Data Commons Core

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-commons-core</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.data : spring-data-commons-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1.RELEASE

All Versions

Choose a version of org.springframework.data : spring-data-commons-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
spring-data-commons-core-1.4.1.RELEASE
CVE-2018-1274
spring-data-commons-core-1.4.0.RELEASE
CVE-2018-1274
1.3.x
spring-data-commons-core-1.3.2.RELEASE
CVE-2018-1274
spring-data-commons-core-1.3.1.RELEASE
CVE-2018-1274
spring-data-commons-core-1.3.0.RELEASE
CVE-2018-1274
1.2.x
spring-data-commons-core-1.2.1.RELEASE
CVE-2018-1274
spring-data-commons-core-1.2.0.RELEASE
CVE-2018-1274
1.1.x
spring-data-commons-core-1.1.0.RELEASE
CVE-2018-1274
1.0.x
spring-data-commons-core-1.0.0.RELEASE
CVE-2018-1274

How to add a dependency to Maven

Add the following org.springframework.data : spring-data-commons-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-commons-core</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.data : spring-data-commons-core gradle dependency to your build.gradle file:

implementation 'org.springframework.data:spring-data-commons-core:1.4.1.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.data : spring-data-commons-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.data:spring-data-commons-core:1.4.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.data : spring-data-commons-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.data" % "spring-data-commons-core" % "1.4.1.RELEASE"

Advertisement