is not current version
Last Version 3.0.0-beta4

org.apache.shindig:shindig-features 1.1-BETA5-incubating

Packages all the features that shindig provides into a single jar file to allow loading from the classpath

GroupId

GroupId

org.apache.shindig
ArtifactId

ArtifactId

shindig-features
Version

Version

1.1-BETA5-incubating
Type

Type

jar

Download shindig-features 1.1-BETA5-incubating


<!-- 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"]