MVN

com.liferay.plugins : sharepoint-hook

Maven & Gradle

Jul 21, 2023
2k stars
<dependency>
    <groupId>com.liferay.plugins</groupId>
    <artifactId>sharepoint-hook</artifactId>
    <version>7.1.10.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.plugins : sharepoint-hook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.10.36

All Versions

Choose a version of com.liferay.plugins : sharepoint-hook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
sharepoint-hook-7.2.10.24
sharepoint-hook-7.2.10.23
sharepoint-hook-7.2.10.22
sharepoint-hook-7.2.10.21
sharepoint-hook-7.2.10.20
sharepoint-hook-7.2.10.19
sharepoint-hook-7.2.10.18
sharepoint-hook-7.2.10.17
sharepoint-hook-7.2.10.16
sharepoint-hook-7.2.10.15
sharepoint-hook-7.2.10.14
7.1.x
sharepoint-hook-7.1.10.36
sharepoint-hook-7.1.10.35
sharepoint-hook-7.1.10.34
sharepoint-hook-7.1.10.33
sharepoint-hook-7.1.10.32
sharepoint-hook-7.1.10.31
sharepoint-hook-7.1.10.30
sharepoint-hook-7.1.10.29
sharepoint-hook-7.1.10.28
sharepoint-hook-7.1.10.27
sharepoint-hook-7.1.10.26
sharepoint-hook-7.1.10.25
sharepoint-hook-7.1.10.24
sharepoint-hook-7.1.10.23
sharepoint-hook-7.1.10.22
sharepoint-hook-7.1.10.21
sharepoint-hook-7.1.10.20
sharepoint-hook-7.1.10.19
7.0.x
sharepoint-hook-7.0.10.42
sharepoint-hook-7.0.10.41
sharepoint-hook-7.0.10.40
sharepoint-hook-7.0.10.39
sharepoint-hook-7.0.10.38
sharepoint-hook-7.0.10.37
sharepoint-hook-7.0.10.36
sharepoint-hook-7.0.10.35
sharepoint-hook-7.0.10.34
sharepoint-hook-7.0.10.33
sharepoint-hook-7.0.10.32
sharepoint-hook-7.0.10.31
sharepoint-hook-7.0.10.30
sharepoint-hook-7.0.10.29
sharepoint-hook-7.0.10.28

How to add a dependency to Maven

Add the following com.liferay.plugins : sharepoint-hook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.plugins</groupId>
    <artifactId>sharepoint-hook</artifactId>
    <version>7.1.10.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.plugins : sharepoint-hook gradle dependency to your build.gradle file:

implementation 'com.liferay.plugins:sharepoint-hook:7.1.10.36'

Gradle Kotlin DSL: Add the following com.liferay.plugins : sharepoint-hook gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.plugins:sharepoint-hook:7.1.10.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.plugins : sharepoint-hook sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.plugins" % "sharepoint-hook" % "7.1.10.36"

Advertisement