| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.github.cormoran-io.pepper |
| Идентификатор | Идентификаторpepper-static |
| Версия | Версия1.21 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pepper-static-1.21.pom | |
| pepper-static-1.21.jar | 27 KB |
| pepper-static-1.21-sources.jar | 27 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>1.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cormoran-io.pepper/pepper-static/
implementation 'com.github.cormoran-io.pepper:pepper-static:1.21'
// https://jarcasting.com/artifacts/com.github.cormoran-io.pepper/pepper-static/
implementation ("com.github.cormoran-io.pepper:pepper-static:1.21")
'com.github.cormoran-io.pepper:pepper-static:jar:1.21'
<dependency org="com.github.cormoran-io.pepper" name="pepper-static" rev="1.21">
<artifact name="pepper-static" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cormoran-io.pepper', module='pepper-static', version='1.21')
)
libraryDependencies += "com.github.cormoran-io.pepper" % "pepper-static" % "1.21"
[com.github.cormoran-io.pepper/pepper-static "1.21"]