License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.maoo.indexer |
ArtifactId | ArtifactIdalfresco-indexer-parent |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAlfresco 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.
|
Filename | Size |
---|---|
alfresco-indexer-parent-0.8.1.pom | 5 KB |
Browse |
<!-- 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"]