| Группа | Группаcom.atlassian.pom |
|---|---|
| Идентификатор | Идентификаторatlassian-base-pom |
| Последняя версия | Последняя версия20 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAtlassian Base POM
Base POM for Atlassian projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| atlassian-base-pom-20.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.atlassian.pom/atlassian-base-pom/ -->
<dependency>
<groupId>com.atlassian.pom</groupId>
<artifactId>atlassian-base-pom</artifactId>
<version>20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.pom/atlassian-base-pom/
implementation 'com.atlassian.pom:atlassian-base-pom:20'
// https://jarcasting.com/artifacts/com.atlassian.pom/atlassian-base-pom/
implementation ("com.atlassian.pom:atlassian-base-pom:20")
'com.atlassian.pom:atlassian-base-pom:pom:20'
<dependency org="com.atlassian.pom" name="atlassian-base-pom" rev="20">
<artifact name="atlassian-base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.pom', module='atlassian-base-pom', version='20')
)
libraryDependencies += "com.atlassian.pom" % "atlassian-base-pom" % "20"
[com.atlassian.pom/atlassian-base-pom "20"]