| Категории |
КатегорииДанные Search Прикладные библиотеки Elasticsearch |
|---|---|
| Группа | Группаcom.strapdata.elasticsearch.test |
| Идентификатор | Идентификаторexample-fixture |
| Версия | Версия6.2.3.12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| example-fixture-6.2.3.12.pom | |
| example-fixture-6.2.3.12.jar | 7 KB |
| example-fixture-6.2.3.12-sources.jar | 6 KB |
| example-fixture-6.2.3.12-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.strapdata.elasticsearch.test/example-fixture/ -->
<dependency>
<groupId>com.strapdata.elasticsearch.test</groupId>
<artifactId>example-fixture</artifactId>
<version>6.2.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch.test/example-fixture/
implementation 'com.strapdata.elasticsearch.test:example-fixture:6.2.3.12'
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch.test/example-fixture/
implementation ("com.strapdata.elasticsearch.test:example-fixture:6.2.3.12")
'com.strapdata.elasticsearch.test:example-fixture:jar:6.2.3.12'
<dependency org="com.strapdata.elasticsearch.test" name="example-fixture" rev="6.2.3.12">
<artifact name="example-fixture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.strapdata.elasticsearch.test', module='example-fixture', version='6.2.3.12')
)
libraryDependencies += "com.strapdata.elasticsearch.test" % "example-fixture" % "6.2.3.12"
[com.strapdata.elasticsearch.test/example-fixture "6.2.3.12"]