| Группа | Группаcom.walmartlabs.concord.server.plugins |
|---|---|
| Идентификатор | Идентификаторparent |
| Версия | Версия1.79.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parent-1.79.0.pom | 869 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.walmartlabs.concord.server.plugins/parent/ -->
<dependency>
<groupId>com.walmartlabs.concord.server.plugins</groupId>
<artifactId>parent</artifactId>
<version>1.79.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walmartlabs.concord.server.plugins/parent/
implementation 'com.walmartlabs.concord.server.plugins:parent:1.79.0'
// https://jarcasting.com/artifacts/com.walmartlabs.concord.server.plugins/parent/
implementation ("com.walmartlabs.concord.server.plugins:parent:1.79.0")
'com.walmartlabs.concord.server.plugins:parent:pom:1.79.0'
<dependency org="com.walmartlabs.concord.server.plugins" name="parent" rev="1.79.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walmartlabs.concord.server.plugins', module='parent', version='1.79.0')
)
libraryDependencies += "com.walmartlabs.concord.server.plugins" % "parent" % "1.79.0"
[com.walmartlabs.concord.server.plugins/parent "1.79.0"]