| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bardframework.filestore |
| Идентификатор | Идентификаторbard-file-store |
| Версия | Версия1.3.28 |
| Тип | Типpom |
| Описание |
ОписаниеThe Bard Framework Parent POM provides common settings for all Bards components.
|
| Имя Файла | Размер |
|---|---|
| bard-file-store-1.3.28.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bardframework.filestore/bard-file-store/ -->
<dependency>
<groupId>org.bardframework.filestore</groupId>
<artifactId>bard-file-store</artifactId>
<version>1.3.28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/bard-file-store/
implementation 'org.bardframework.filestore:bard-file-store:1.3.28'
// https://jarcasting.com/artifacts/org.bardframework.filestore/bard-file-store/
implementation ("org.bardframework.filestore:bard-file-store:1.3.28")
'org.bardframework.filestore:bard-file-store:pom:1.3.28'
<dependency org="org.bardframework.filestore" name="bard-file-store" rev="1.3.28">
<artifact name="bard-file-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='bard-file-store', version='1.3.28')
)
libraryDependencies += "org.bardframework.filestore" % "bard-file-store" % "1.3.28"
[org.bardframework.filestore/bard-file-store "1.3.28"]