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