| Категории |
КатегорииAWS Контейнер PaaS Providers |
|---|---|
| Группа | Группаorg.buffalo-coders.aws |
| Идентификатор | Идентификаторparent |
| Версия | Версия1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parent-1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.buffalo-coders.aws/parent/ -->
<dependency>
<groupId>org.buffalo-coders.aws</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.buffalo-coders.aws/parent/
implementation 'org.buffalo-coders.aws:parent:1'
// https://jarcasting.com/artifacts/org.buffalo-coders.aws/parent/
implementation ("org.buffalo-coders.aws:parent:1")
'org.buffalo-coders.aws:parent:pom:1'
<dependency org="org.buffalo-coders.aws" name="parent" rev="1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.buffalo-coders.aws', module='parent', version='1')
)
libraryDependencies += "org.buffalo-coders.aws" % "parent" % "1"
[org.buffalo-coders.aws/parent "1"]