| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDex Универсальные библиотеки Utility |
| Группа | Группаcom.github.maoo.indexer |
| Идентификатор | Идентификаторalfresco-indexer-parent |
| Версия | Версия0.8.1 |
| Тип | Типpom |
| Описание |
ОписаниеAlfresco Indexer Parent
The Maven Alfresco SDK Parent POM exposes the developer features of the Maven Alfresco SDK.
Declare this POM as parent for your project and select the Alfresco version/edition by defining
the alfresco.groupId and alfresco.version in your POM.
|
| Имя Файла | Размер |
|---|---|
| alfresco-indexer-parent-0.8.1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.maoo.indexer/alfresco-indexer-parent/ -->
<dependency>
<groupId>com.github.maoo.indexer</groupId>
<artifactId>alfresco-indexer-parent</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.maoo.indexer/alfresco-indexer-parent/
implementation 'com.github.maoo.indexer:alfresco-indexer-parent:0.8.1'
// https://jarcasting.com/artifacts/com.github.maoo.indexer/alfresco-indexer-parent/
implementation ("com.github.maoo.indexer:alfresco-indexer-parent:0.8.1")
'com.github.maoo.indexer:alfresco-indexer-parent:pom:0.8.1'
<dependency org="com.github.maoo.indexer" name="alfresco-indexer-parent" rev="0.8.1">
<artifact name="alfresco-indexer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.maoo.indexer', module='alfresco-indexer-parent', version='0.8.1')
)
libraryDependencies += "com.github.maoo.indexer" % "alfresco-indexer-parent" % "0.8.1"
[com.github.maoo.indexer/alfresco-indexer-parent "0.8.1"]