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