| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.liferay |
| Идентификатор | Идентификаторcom.liferay.sync.oauth |
| Версия | Версия5.0.7 |
| Тип | Типjar |
| Описание |
ОписаниеLiferay Sync OAuth
|
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.sync.oauth/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.sync.oauth</artifactId>
<version>5.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sync.oauth/
implementation 'com.liferay:com.liferay.sync.oauth:5.0.7'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sync.oauth/
implementation ("com.liferay:com.liferay.sync.oauth:5.0.7")
'com.liferay:com.liferay.sync.oauth:jar:5.0.7'
<dependency org="com.liferay" name="com.liferay.sync.oauth" rev="5.0.7">
<artifact name="com.liferay.sync.oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.sync.oauth', version='5.0.7')
)
libraryDependencies += "com.liferay" % "com.liferay.sync.oauth" % "5.0.7"
[com.liferay/com.liferay.sync.oauth "5.0.7"]