| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность |
|---|---|
| Группа | Группаcom.liferay |
| Идентификатор | Идентификаторcom.liferay.sharepoint.rest.oauth2.service |
| Версия | Версия2.0.33 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.oauth2.service/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.sharepoint.rest.oauth2.service</artifactId>
<version>2.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.oauth2.service/
implementation 'com.liferay:com.liferay.sharepoint.rest.oauth2.service:2.0.33'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sharepoint.rest.oauth2.service/
implementation ("com.liferay:com.liferay.sharepoint.rest.oauth2.service:2.0.33")
'com.liferay:com.liferay.sharepoint.rest.oauth2.service:jar:2.0.33'
<dependency org="com.liferay" name="com.liferay.sharepoint.rest.oauth2.service" rev="2.0.33">
<artifact name="com.liferay.sharepoint.rest.oauth2.service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.sharepoint.rest.oauth2.service', version='2.0.33')
)
libraryDependencies += "com.liferay" % "com.liferay.sharepoint.rest.oauth2.service" % "2.0.33"
[com.liferay/com.liferay.sharepoint.rest.oauth2.service "2.0.33"]