| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.office |
| Идентификатор | Идентификаторmail-calendar-contact-parent |
| Версия | Версия1.0 |
| Тип | Типpom |
| Описание |
ОписаниеMicrosoft Office 365 Mail-Calendar-Contact SDK for Java Parent Configuration
Java SDK for Office 365 Mail-Calendar-Contact services: Parent
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mail-calendar-contact-parent-1.0.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.office/mail-calendar-contact-parent/ -->
<dependency>
<groupId>com.microsoft.office</groupId>
<artifactId>mail-calendar-contact-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.office/mail-calendar-contact-parent/
implementation 'com.microsoft.office:mail-calendar-contact-parent:1.0'
// https://jarcasting.com/artifacts/com.microsoft.office/mail-calendar-contact-parent/
implementation ("com.microsoft.office:mail-calendar-contact-parent:1.0")
'com.microsoft.office:mail-calendar-contact-parent:pom:1.0'
<dependency org="com.microsoft.office" name="mail-calendar-contact-parent" rev="1.0">
<artifact name="mail-calendar-contact-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.office', module='mail-calendar-contact-parent', version='1.0')
)
libraryDependencies += "com.microsoft.office" % "mail-calendar-contact-parent" % "1.0"
[com.microsoft.office/mail-calendar-contact-parent "1.0"]