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