is not current version
Last Version 3.0.0-beta4

org.apache.shindig:shindig-project 1.0-incubating

Shindig is a JavaScript container and implementations of the backend APIs and proxy required for hosting OpenSocial applications.

GroupId

GroupId

org.apache.shindig
ArtifactId

ArtifactId

shindig-project
Version

Version

1.0-incubating
Type

Type

pom

Download shindig-project 1.0-incubating


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