GroupId | GroupIdorg.connectopensource |
---|---|
ArtifactId | ArtifactIdInternalExchangeManagementWebservices |
Version | Version5.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.connectopensource/InternalExchangeManagementWebservices/ -->
<dependency>
<groupId>org.connectopensource</groupId>
<artifactId>InternalExchangeManagementWebservices</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.connectopensource/InternalExchangeManagementWebservices/
implementation 'org.connectopensource:InternalExchangeManagementWebservices:5.2.0'
// https://jarcasting.com/artifacts/org.connectopensource/InternalExchangeManagementWebservices/
implementation ("org.connectopensource:InternalExchangeManagementWebservices:5.2.0")
'org.connectopensource:InternalExchangeManagementWebservices:jar:5.2.0'
<dependency org="org.connectopensource" name="InternalExchangeManagementWebservices" rev="5.2.0">
<artifact name="InternalExchangeManagementWebservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connectopensource', module='InternalExchangeManagementWebservices', version='5.2.0')
)
libraryDependencies += "org.connectopensource" % "InternalExchangeManagementWebservices" % "5.2.0"
[org.connectopensource/InternalExchangeManagementWebservices "5.2.0"]