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