is not current version
Last Version 3.0.0-beta4

org.apache.shindig:shindig-common 2.0.0

Common java code for Shindig

GroupId

GroupId

org.apache.shindig
ArtifactId

ArtifactId

shindig-common
Version

Version

2.0.0
Type

Type

jar

Download shindig-common 2.0.0


<!-- https://jarcasting.com/artifacts/org.apache.shindig/shindig-common/ -->
<dependency>
    <groupId>org.apache.shindig</groupId>
    <artifactId>shindig-common</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-common/
implementation 'org.apache.shindig:shindig-common:2.0.0'
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-common/
implementation ("org.apache.shindig:shindig-common:2.0.0")
'org.apache.shindig:shindig-common:jar:2.0.0'
<dependency org="org.apache.shindig" name="shindig-common" rev="2.0.0">
  <artifact name="shindig-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shindig', module='shindig-common', version='2.0.0')
)
libraryDependencies += "org.apache.shindig" % "shindig-common" % "2.0.0"
[org.apache.shindig/shindig-common "2.0.0"]