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