| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdgridstack |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gridstack-0.3.0.pom | |
| gridstack-0.3.0.jar | 115 KB |
| gridstack-0.3.0-sources.jar | 22 bytes |
| gridstack-0.3.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/gridstack/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>gridstack</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/gridstack/
implementation 'org.webjars.npm:gridstack:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/gridstack/
implementation ("org.webjars.npm:gridstack:0.3.0")
'org.webjars.npm:gridstack:jar:0.3.0'
<dependency org="org.webjars.npm" name="gridstack" rev="0.3.0">
<artifact name="gridstack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='gridstack', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "gridstack" % "0.3.0"
[org.webjars.npm/gridstack "0.3.0"]