| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.entopix |
| Идентификатор | Идентификаторmaui-parent |
| Версия | Версия1.1 |
| Тип | Типpom |
| Описание |
Описаниеmaui-parent
This is the parent of the release and holds all of the functional definitions
required for child projects to release.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| maui-parent-1.1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.entopix/maui-parent/ -->
<dependency>
<groupId>com.entopix</groupId>
<artifactId>maui-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.entopix/maui-parent/
implementation 'com.entopix:maui-parent:1.1'
// https://jarcasting.com/artifacts/com.entopix/maui-parent/
implementation ("com.entopix:maui-parent:1.1")
'com.entopix:maui-parent:pom:1.1'
<dependency org="com.entopix" name="maui-parent" rev="1.1">
<artifact name="maui-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.entopix', module='maui-parent', version='1.1')
)
libraryDependencies += "com.entopix" % "maui-parent" % "1.1"
[com.entopix/maui-parent "1.1"]