Categories |
CategoriesData React User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-data-grid |
Version | Version1.0.30-issue3971747 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-data-grid/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-data-grid</artifactId>
<version>1.0.30-issue3971747</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-data-grid/
implementation 'org.webjars.npm:react-data-grid:1.0.30-issue3971747'
// https://jarcasting.com/artifacts/org.webjars.npm/react-data-grid/
implementation ("org.webjars.npm:react-data-grid:1.0.30-issue3971747")
'org.webjars.npm:react-data-grid:jar:1.0.30-issue3971747'
<dependency org="org.webjars.npm" name="react-data-grid" rev="1.0.30-issue3971747">
<artifact name="react-data-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-data-grid', version='1.0.30-issue3971747')
)
libraryDependencies += "org.webjars.npm" % "react-data-grid" % "1.0.30-issue3971747"
[org.webjars.npm/react-data-grid "1.0.30-issue3971747"]