| Категории |
КатегорииДанные Search Прикладные библиотеки |
|---|---|
| Группа | Группаcom.weedow |
| Идентификатор | Идентификаторspring-data-search-core |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-data-search-core-0.0.1.pom | |
| spring-data-search-core-0.0.1.jar | 143 KB |
| spring-data-search-core-0.0.1-sources.jar | 45 KB |
| spring-data-search-core-0.0.1-javadoc.jar | 245 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.weedow/spring-data-search-core/ -->
<dependency>
<groupId>com.weedow</groupId>
<artifactId>spring-data-search-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.weedow/spring-data-search-core/
implementation 'com.weedow:spring-data-search-core:0.0.1'
// https://jarcasting.com/artifacts/com.weedow/spring-data-search-core/
implementation ("com.weedow:spring-data-search-core:0.0.1")
'com.weedow:spring-data-search-core:jar:0.0.1'
<dependency org="com.weedow" name="spring-data-search-core" rev="0.0.1">
<artifact name="spring-data-search-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weedow', module='spring-data-search-core', version='0.0.1')
)
libraryDependencies += "com.weedow" % "spring-data-search-core" % "0.0.1"
[com.weedow/spring-data-search-core "0.0.1"]