| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.office |
| ArtifactId | ArtifactIdmail-calendar-contact-parent |
| Version | Version1.0 |
| Type | Typepom |
| Description |
DescriptionMicrosoft Office 365 Mail-Calendar-Contact SDK for Java Parent Configuration
Java SDK for Office 365 Mail-Calendar-Contact services: Parent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mail-calendar-contact-parent-1.0.pom | 16 KB |
| Browse |
<!-- 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"]