MVN

eu.xenit : care4alf

Maven & Gradle

Nov 03, 2021

Care4Alf · An Alfresco dynamic extension providing a variety of maintainance/admin/support utilities for alfresco, along side with optional monitoring extension

<dependency>
    <groupId>eu.xenit</groupId>
    <artifactId>care4alf</artifactId>
    <version>care4alf-7x</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.xenit : care4alf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: care4alf-7x

All Versions

Choose a version of eu.xenit : care4alf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
care4alf-1.1.0
care4alf
care4alf-care4alf-7x
care4alf-care4alf-6x
care4alf-care4alf-5x

How to add a dependency to Maven

Add the following eu.xenit : care4alf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.xenit</groupId>
    <artifactId>care4alf</artifactId>
    <version>care4alf-7x</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.xenit : care4alf gradle dependency to your build.gradle file:

implementation 'eu.xenit:care4alf:care4alf-7x'

Gradle Kotlin DSL: Add the following eu.xenit : care4alf gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.xenit:care4alf:care4alf-7x")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.xenit : care4alf sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.xenit" % "care4alf" % "care4alf-7x"