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