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