is not current version
Last Version 1.0.1

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

Parent POM defining settings that can be used across Java impl

GroupId

GroupId

org.apache.shindig
ArtifactId

ArtifactId

shindig-parent
Version

Version

1.0-incubating
Type

Type

pom

Download shindig-parent 1.0-incubating


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