License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.ydespreaux.spring.data |
ArtifactId | ArtifactIdspring-data-commons |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-data-commons
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-commons/ -->
<dependency>
<groupId>com.github.ydespreaux.spring.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-commons/
implementation 'com.github.ydespreaux.spring.data:spring-data-commons:0.0.3'
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-commons/
implementation ("com.github.ydespreaux.spring.data:spring-data-commons:0.0.3")
'com.github.ydespreaux.spring.data:spring-data-commons:jar:0.0.3'
<dependency org="com.github.ydespreaux.spring.data" name="spring-data-commons" rev="0.0.3">
<artifact name="spring-data-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.spring.data', module='spring-data-commons', version='0.0.3')
)
libraryDependencies += "com.github.ydespreaux.spring.data" % "spring-data-commons" % "0.0.3"
[com.github.ydespreaux.spring.data/spring-data-commons "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-commons | jar | |
org.springframework.boot : spring-boot-starter | jar | 2.1.0.RELEASE |
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.0.RELEASE |
commons-lang : commons-lang | jar | 2.6 |