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