| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.github.cormoran-io.pepper |
| Идентификатор | Идентификаторpepper-static |
| Последняя версия | Последняя версия2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Dependencies
|
| Имя Файла | Размер |
|---|---|
| pepper-static-2.2.pom | |
| pepper-static-2.2.jar | 24 KB |
| pepper-static-2.2-sources.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cormoran-io.pepper/pepper-static/ -->
<dependency>
<groupId>com.github.cormoran-io.pepper</groupId>
<artifactId>pepper-static</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cormoran-io.pepper/pepper-static/
implementation 'com.github.cormoran-io.pepper:pepper-static:2.2'
// https://jarcasting.com/artifacts/com.github.cormoran-io.pepper/pepper-static/
implementation ("com.github.cormoran-io.pepper:pepper-static:2.2")
'com.github.cormoran-io.pepper:pepper-static:jar:2.2'
<dependency org="com.github.cormoran-io.pepper" name="pepper-static" rev="2.2">
<artifact name="pepper-static" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cormoran-io.pepper', module='pepper-static', version='2.2')
)
libraryDependencies += "com.github.cormoran-io.pepper" % "pepper-static" % "2.2"
[com.github.cormoran-io.pepper/pepper-static "2.2"]