GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIdsharepoint-hook |
Version | Version7.0.10.35 |
Type | Typewar |
Filename | Size |
---|---|
sharepoint-hook-7.0.10.35.pom | |
sharepoint-hook-7.0.10.35.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/sharepoint-hook/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>sharepoint-hook</artifactId>
<version>7.0.10.35</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/sharepoint-hook/
implementation 'com.liferay.plugins:sharepoint-hook:7.0.10.35'
// https://jarcasting.com/artifacts/com.liferay.plugins/sharepoint-hook/
implementation ("com.liferay.plugins:sharepoint-hook:7.0.10.35")
'com.liferay.plugins:sharepoint-hook:war:7.0.10.35'
<dependency org="com.liferay.plugins" name="sharepoint-hook" rev="7.0.10.35">
<artifact name="sharepoint-hook" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='sharepoint-hook', version='7.0.10.35')
)
libraryDependencies += "com.liferay.plugins" % "sharepoint-hook" % "7.0.10.35"
[com.liferay.plugins/sharepoint-hook "7.0.10.35"]