GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.sharepoint.rest.repository |
Version | Version4.0.19 |
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.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.repository/
implementation 'com.liferay:com.liferay.sharepoint.rest.repository:4.0.19'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.repository/
implementation ("com.liferay:com.liferay.sharepoint.rest.repository:4.0.19")
'com.liferay:com.liferay.sharepoint.rest.repository:jar:4.0.19'
<dependency org="com.liferay" name="com.liferay.sharepoint.rest.repository" rev="4.0.19">
<artifact name="com.liferay.sharepoint.rest.repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.sharepoint.rest.repository', version='4.0.19')
)
libraryDependencies += "com.liferay" % "com.liferay.sharepoint.rest.repository" % "4.0.19"
[com.liferay/com.liferay.sharepoint.rest.repository "4.0.19"]