Categories |
CategoriesData Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.weedow |
ArtifactId | ArtifactIdspring-data-search-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-data-search-parent-0.0.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weedow/spring-data-search-parent/ -->
<dependency>
<groupId>com.weedow</groupId>
<artifactId>spring-data-search-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.weedow/spring-data-search-parent/
implementation 'com.weedow:spring-data-search-parent:0.0.1'
// https://jarcasting.com/artifacts/com.weedow/spring-data-search-parent/
implementation ("com.weedow:spring-data-search-parent:0.0.1")
'com.weedow:spring-data-search-parent:pom:0.0.1'
<dependency org="com.weedow" name="spring-data-search-parent" rev="0.0.1">
<artifact name="spring-data-search-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.weedow', module='spring-data-search-parent', version='0.0.1')
)
libraryDependencies += "com.weedow" % "spring-data-search-parent" % "0.0.1"
[com.weedow/spring-data-search-parent "0.0.1"]