| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.odpi.egeria |
| Идентификатор | Идентификаторfiles-integrator-client |
| Версия | Версия3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| files-integrator-client-3.1.pom | |
| files-integrator-client-3.1.jar | 4 KB |
| files-integrator-client-3.1-sources.jar | 3 KB |
| files-integrator-client-3.1-javadoc.jar | 393 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/files-integrator-client/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>files-integrator-client</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/files-integrator-client/
implementation 'org.odpi.egeria:files-integrator-client:3.1'
// https://jarcasting.com/artifacts/org.odpi.egeria/files-integrator-client/
implementation ("org.odpi.egeria:files-integrator-client:3.1")
'org.odpi.egeria:files-integrator-client:jar:3.1'
<dependency org="org.odpi.egeria" name="files-integrator-client" rev="3.1">
<artifact name="files-integrator-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='files-integrator-client', version='3.1')
)
libraryDependencies += "org.odpi.egeria" % "files-integrator-client" % "3.1"
[org.odpi.egeria/files-integrator-client "3.1"]