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