GroupId | GroupIdorg.apache.shindig |
---|---|
ArtifactId | ArtifactIdshindig-features |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
shindig-features-2.5.2.pom | |
shindig-features-2.5.2.jar | 2 MB |
shindig-features-2.5.2-tests.jar | 92 KB |
shindig-features-2.5.2-test-sources.jar | 88 KB |
shindig-features-2.5.2-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shindig/shindig-features/ -->
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-features</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-features/
implementation 'org.apache.shindig:shindig-features:2.5.2'
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-features/
implementation ("org.apache.shindig:shindig-features:2.5.2")
'org.apache.shindig:shindig-features:jar:2.5.2'
<dependency org="org.apache.shindig" name="shindig-features" rev="2.5.2">
<artifact name="shindig-features" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shindig', module='shindig-features', version='2.5.2')
)
libraryDependencies += "org.apache.shindig" % "shindig-features" % "2.5.2"
[org.apache.shindig/shindig-features "2.5.2"]