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