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