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