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