| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.dustlight.storage |
| Идентификатор | Идентификаторstorage |
| Последняя версия | Последняя версия0.0.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеstorage
Storage service for Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| storage-0.0.6.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.dustlight.storage/storage/ -->
<dependency>
<groupId>cn.dustlight.storage</groupId>
<artifactId>storage</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage/
implementation 'cn.dustlight.storage:storage:0.0.6'
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage/
implementation ("cn.dustlight.storage:storage:0.0.6")
'cn.dustlight.storage:storage:pom:0.0.6'
<dependency org="cn.dustlight.storage" name="storage" rev="0.0.6">
<artifact name="storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='storage', version='0.0.6')
)
libraryDependencies += "cn.dustlight.storage" % "storage" % "0.0.6"
[cn.dustlight.storage/storage "0.0.6"]