GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.sharepoint.rest.repository |
Version | Version4.0.33 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.repository/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.sharepoint.rest.repository</artifactId>
<version>4.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.repository/
implementation 'com.liferay:com.liferay.sharepoint.rest.repository:4.0.33'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.repository/
implementation ("com.liferay:com.liferay.sharepoint.rest.repository:4.0.33")
'com.liferay:com.liferay.sharepoint.rest.repository:jar:4.0.33'
<dependency org="com.liferay" name="com.liferay.sharepoint.rest.repository" rev="4.0.33">
<artifact name="com.liferay.sharepoint.rest.repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.sharepoint.rest.repository', version='4.0.33')
)
libraryDependencies += "com.liferay" % "com.liferay.sharepoint.rest.repository" % "4.0.33"
[com.liferay/com.liferay.sharepoint.rest.repository "4.0.33"]