s

shindig-features

Packages all the features that shindig provides into a single jar file to allow loading from the classpath
Files download
File Operation
shindig-features-3.0.0-beta4.jar download
shindig-features-3.0.0-beta4.pom download
shindig-features-3.0.0-beta4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shindig</groupId>
  <artifactId>shindig-features</artifactId>
  <version>3.0.0-beta4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shindig:shindig-features:3.0.0-beta4'
Gradle Kotlin
implementation("org.apache.shindig:shindig-features:3.0.0-beta4")
Scala SBT
libraryDependencies += "org.apache.shindig" % "shindig-features" % "3.0.0-beta4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shindig', module='shindig-features', version='3.0.0-beta4')
)
Apache Ivy
<dependency org="org.apache.shindig" name="shindig-features" rev="3.0.0-beta4" />
Leiningen
[org.apache.shindig/shindig-features "3.0.0-beta4"]
Apache Buildr
'org.apache.shindig:shindig-features:jar:3.0.0-beta4'