GroupId | GroupIdorg.apache.shindig |
---|---|
ArtifactId | ArtifactIdshindig-samples |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
shindig-samples-2.0.2.pom | |
shindig-samples-2.0.2.jar | 87 KB |
shindig-samples-2.0.2-tests.jar | 67 KB |
shindig-samples-2.0.2-test-sources.jar | 50 KB |
shindig-samples-2.0.2-test-javadoc.jar | 138 KB |
shindig-samples-2.0.2-sources.jar | 83 KB |
shindig-samples-2.0.2-javadoc.jar | 324 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shindig/shindig-samples/ -->
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-samples</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-samples/
implementation 'org.apache.shindig:shindig-samples:2.0.2'
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-samples/
implementation ("org.apache.shindig:shindig-samples:2.0.2")
'org.apache.shindig:shindig-samples:jar:2.0.2'
<dependency org="org.apache.shindig" name="shindig-samples" rev="2.0.2">
<artifact name="shindig-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shindig', module='shindig-samples', version='2.0.2')
)
libraryDependencies += "org.apache.shindig" % "shindig-samples" % "2.0.2"
[org.apache.shindig/shindig-samples "2.0.2"]