License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.ydespreaux.spring.data |
ArtifactId | ArtifactIdspring-data-build |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-data-build
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-data-build-0.0.3.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-build/ -->
<dependency>
<groupId>com.github.ydespreaux.spring.data</groupId>
<artifactId>spring-data-build</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-build/
implementation 'com.github.ydespreaux.spring.data:spring-data-build:0.0.3'
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-build/
implementation ("com.github.ydespreaux.spring.data:spring-data-build:0.0.3")
'com.github.ydespreaux.spring.data:spring-data-build:pom:0.0.3'
<dependency org="com.github.ydespreaux.spring.data" name="spring-data-build" rev="0.0.3">
<artifact name="spring-data-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.spring.data', module='spring-data-build', version='0.0.3')
)
libraryDependencies += "com.github.ydespreaux.spring.data" % "spring-data-build" % "0.0.3"
[com.github.ydespreaux.spring.data/spring-data-build "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
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 |