GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.microsoft.schemas.sharepoint |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.microsoft.schemas.sharepoint/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.microsoft.schemas.sharepoint</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.microsoft.schemas.sharepoint/
implementation 'com.liferay:com.microsoft.schemas.sharepoint:1.0.1'
// https://jarcasting.com/artifacts/com.liferay/com.microsoft.schemas.sharepoint/
implementation ("com.liferay:com.microsoft.schemas.sharepoint:1.0.1")
'com.liferay:com.microsoft.schemas.sharepoint:jar:1.0.1'
<dependency org="com.liferay" name="com.microsoft.schemas.sharepoint" rev="1.0.1">
<artifact name="com.microsoft.schemas.sharepoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.microsoft.schemas.sharepoint', version='1.0.1')
)
libraryDependencies += "com.liferay" % "com.microsoft.schemas.sharepoint" % "1.0.1"
[com.liferay/com.microsoft.schemas.sharepoint "1.0.1"]