GroupId | GroupIdorg.apache.shindig |
---|---|
ArtifactId | ArtifactIdshindig-samples |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
shindig-samples-1.0.1.pom | |
shindig-samples-1.0.1.jar | 80 KB |
shindig-samples-1.0.1-tests.jar | 23 KB |
shindig-samples-1.0.1-test-sources.jar | 17 KB |
shindig-samples-1.0.1-test-javadoc.jar | 47 KB |
shindig-samples-1.0.1-sources.jar | 79 KB |
shindig-samples-1.0.1-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shindig/shindig-samples/ -->
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-samples</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-samples/
implementation 'org.apache.shindig:shindig-samples:1.0.1'
// https://jarcasting.com/artifacts/org.apache.shindig/shindig-samples/
implementation ("org.apache.shindig:shindig-samples:1.0.1")
'org.apache.shindig:shindig-samples:jar:1.0.1'
<dependency org="org.apache.shindig" name="shindig-samples" rev="1.0.1">
<artifact name="shindig-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shindig', module='shindig-samples', version='1.0.1')
)
libraryDependencies += "org.apache.shindig" % "shindig-samples" % "1.0.1"
[org.apache.shindig/shindig-samples "1.0.1"]