GroupId | GroupIdorg.wso2.org.apache.shindig |
---|---|
ArtifactId | ArtifactIdshindig-common |
Version | Version2.5.2-wso2v5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.org.apache.shindig/shindig-common/ -->
<dependency>
<groupId>org.wso2.org.apache.shindig</groupId>
<artifactId>shindig-common</artifactId>
<version>2.5.2-wso2v5</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.org.apache.shindig/shindig-common/
implementation 'org.wso2.org.apache.shindig:shindig-common:2.5.2-wso2v5'
// https://jarcasting.com/artifacts/org.wso2.org.apache.shindig/shindig-common/
implementation ("org.wso2.org.apache.shindig:shindig-common:2.5.2-wso2v5")
'org.wso2.org.apache.shindig:shindig-common:jar:2.5.2-wso2v5'
<dependency org="org.wso2.org.apache.shindig" name="shindig-common" rev="2.5.2-wso2v5">
<artifact name="shindig-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.org.apache.shindig', module='shindig-common', version='2.5.2-wso2v5')
)
libraryDependencies += "org.wso2.org.apache.shindig" % "shindig-common" % "2.5.2-wso2v5"
[org.wso2.org.apache.shindig/shindig-common "2.5.2-wso2v5"]