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