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