Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.ydespreaux.spring.data |
ArtifactId | ArtifactIdspring-data-build |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
spring-data-build-0.0.2.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.2</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.2'
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-build/
implementation ("com.github.ydespreaux.spring.data:spring-data-build:0.0.2")
'com.github.ydespreaux.spring.data:spring-data-build:pom:0.0.2'
<dependency org="com.github.ydespreaux.spring.data" name="spring-data-build" rev="0.0.2">
<artifact name="spring-data-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.spring.data', module='spring-data-build', version='0.0.2')
)
libraryDependencies += "com.github.ydespreaux.spring.data" % "spring-data-build" % "0.0.2"
[com.github.ydespreaux.spring.data/spring-data-build "0.0.2"]