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