не последняя версия
Последняя версия 1.4.1.RELEASE

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


Категории

Категории

Данные
Группа

Группа

org.springframework.data
Идентификатор

Идентификатор

spring-data-commons-core
Версия

Версия

1.2.0.RELEASE
Тип

Тип

jar

Скачать spring-data-commons-core 1.2.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-commons-core</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/
implementation 'org.springframework.data:spring-data-commons-core:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/
implementation ("org.springframework.data:spring-data-commons-core:1.2.0.RELEASE")
'org.springframework.data:spring-data-commons-core:jar:1.2.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-commons-core" rev="1.2.0.RELEASE">
  <artifact name="spring-data-commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons-core', version='1.2.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-commons-core" % "1.2.0.RELEASE"
[org.springframework.data/spring-data-commons-core "1.2.0.RELEASE"]