| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.shepherdviolet |
| Идентификатор | Идентификаторslate-bom |
| Версия | Версия21.2.0 |
| Тип | Типpom |
| Описание |
Описаниеslate-bom
Comprehensive Java library for spring framework (Java8+)
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| slate-bom-21.2.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/slate-bom/ -->
<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>slate-bom</artifactId>
<version>21.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/slate-bom/
implementation 'com.github.shepherdviolet:slate-bom:21.2.0'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/slate-bom/
implementation ("com.github.shepherdviolet:slate-bom:21.2.0")
'com.github.shepherdviolet:slate-bom:pom:21.2.0'
<dependency org="com.github.shepherdviolet" name="slate-bom" rev="21.2.0">
<artifact name="slate-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='slate-bom', version='21.2.0')
)
libraryDependencies += "com.github.shepherdviolet" % "slate-bom" % "21.2.0"
[com.github.shepherdviolet/slate-bom "21.2.0"]