GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdgumby |
Version | Version2.4.6 |
Type | Typejar |
Filename | Size |
---|---|
gumby-2.4.6.pom | |
gumby-2.4.6.jar | 677 KB |
gumby-2.4.6-javadoc.jar | 668 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/gumby/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>gumby</artifactId>
<version>2.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/gumby/
implementation 'org.webjars:gumby:2.4.6'
// https://jarcasting.com/artifacts/org.webjars/gumby/
implementation ("org.webjars:gumby:2.4.6")
'org.webjars:gumby:jar:2.4.6'
<dependency org="org.webjars" name="gumby" rev="2.4.6">
<artifact name="gumby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='gumby', version='2.4.6')
)
libraryDependencies += "org.webjars" % "gumby" % "2.4.6"
[org.webjars/gumby "2.4.6"]