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