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