| Категории |
КатегорииNative Инструменты разработки |
|---|---|
| Группа | Группаio.dekorate |
| Идентификатор | Идентификаторknative-starters |
| Версия | Версия1.0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| knative-starters-1.0.2.pom | 686 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.dekorate/knative-starters/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>knative-starters</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/knative-starters/
implementation 'io.dekorate:knative-starters:1.0.2'
// https://jarcasting.com/artifacts/io.dekorate/knative-starters/
implementation ("io.dekorate:knative-starters:1.0.2")
'io.dekorate:knative-starters:pom:1.0.2'
<dependency org="io.dekorate" name="knative-starters" rev="1.0.2">
<artifact name="knative-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='knative-starters', version='1.0.2')
)
libraryDependencies += "io.dekorate" % "knative-starters" % "1.0.2"
[io.dekorate/knative-starters "1.0.2"]