| Группа | Группаuk.gov.gchq.gaffer |
|---|---|
| Идентификатор | Идентификаторstore-implementation |
| Версия | Версия0.7.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| store-implementation-0.7.7.pom | 1 KB |
| store-implementation-0.7.7-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store-implementation/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>store-implementation</artifactId>
<version>0.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store-implementation/
implementation 'uk.gov.gchq.gaffer:store-implementation:0.7.7'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store-implementation/
implementation ("uk.gov.gchq.gaffer:store-implementation:0.7.7")
'uk.gov.gchq.gaffer:store-implementation:jar:0.7.7'
<dependency org="uk.gov.gchq.gaffer" name="store-implementation" rev="0.7.7">
<artifact name="store-implementation" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='store-implementation', version='0.7.7')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "store-implementation" % "0.7.7"
[uk.gov.gchq.gaffer/store-implementation "0.7.7"]