Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-commons-core |
Version | Version1.4.0.RELEASE |
Type | Typejar |
<!-- 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.4.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/
implementation 'org.springframework.data:spring-data-commons-core:1.4.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/
implementation ("org.springframework.data:spring-data-commons-core:1.4.0.RELEASE")
'org.springframework.data:spring-data-commons-core:jar:1.4.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-commons-core" rev="1.4.0.RELEASE">
<artifact name="spring-data-commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons-core', version='1.4.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-commons-core" % "1.4.0.RELEASE"
[org.springframework.data/spring-data-commons-core "1.4.0.RELEASE"]