GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdgridx |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
gridx-1.3.pom | |
gridx-1.3.jar | 3 MB |
gridx-1.3-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/gridx/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>gridx</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/gridx/
implementation 'org.webjars:gridx:1.3'
// https://jarcasting.com/artifacts/org.webjars/gridx/
implementation ("org.webjars:gridx:1.3")
'org.webjars:gridx:jar:1.3'
<dependency org="org.webjars" name="gridx" rev="1.3">
<artifact name="gridx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='gridx', version='1.3')
)
libraryDependencies += "org.webjars" % "gridx" % "1.3"
[org.webjars/gridx "1.3"]