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