MVN

org.webjars.npm : eddyson-react-grid

Maven & Gradle

Nov 29, 2017
4 stars

eddyson-react-grid · WebJar for eddyson-react-grid

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>eddyson-react-grid</artifactId>
    <version>0.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : eddyson-react-grid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.6
  • Latest Release Candidate: 1.0.0-rc-2
  • Latest Beta: 1.0.0-beta-7
  • Latest Alpha: 1.0.0-alpha-19

All Versions

Choose a version of org.webjars.npm : eddyson-react-grid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
eddyson-react-grid-1.0.0-rc-2
eddyson-react-grid-1.0.0-rc-1
eddyson-react-grid-1.0.0-beta-7
eddyson-react-grid-1.0.0-beta-6
eddyson-react-grid-1.0.0-beta-5
eddyson-react-grid-1.0.0-beta-4
eddyson-react-grid-1.0.0-beta-3
eddyson-react-grid-1.0.0-beta-2
eddyson-react-grid-1.0.0-beta-1
eddyson-react-grid-1.0.0-alpha-19
eddyson-react-grid-1.0.0-alpha-17
eddyson-react-grid-1.0.0-alpha-16
eddyson-react-grid-1.0.0-alpha-15
eddyson-react-grid-1.0.0-alpha-13
eddyson-react-grid-1.0.0-alpha-12
eddyson-react-grid-1.0.0-alpha-11
eddyson-react-grid-1.0.0-alpha-10
eddyson-react-grid-1.0.0-alpha-9
eddyson-react-grid-1.0.0-alpha-8
eddyson-react-grid-1.0.0-alpha-7
eddyson-react-grid-1.0.0-alpha-6
eddyson-react-grid-1.0.0-alpha-5
eddyson-react-grid-1.0.0-alpha-3
0.8.x
eddyson-react-grid-0.8.6
eddyson-react-grid-0.8.3
eddyson-react-grid-0.8.2
eddyson-react-grid-0.8.1
eddyson-react-grid-0.8.0
0.6.x
eddyson-react-grid-0.6.1
eddyson-react-grid-0.6.0
0.5.x
eddyson-react-grid-0.5.0
0.4.x
eddyson-react-grid-0.4.4
eddyson-react-grid-0.4.3
eddyson-react-grid-0.4.2
eddyson-react-grid-0.4.1
eddyson-react-grid-0.4.0
0.3.x
eddyson-react-grid-0.3.2
eddyson-react-grid-0.3.1
eddyson-react-grid-0.3.0
0.2.x
eddyson-react-grid-0.2.0
0.1.x
eddyson-react-grid-0.1.8
eddyson-react-grid-0.1.7
eddyson-react-grid-0.1.6
eddyson-react-grid-0.1.4

How to add a dependency to Maven

Add the following org.webjars.npm : eddyson-react-grid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>eddyson-react-grid</artifactId>
    <version>0.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : eddyson-react-grid gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:eddyson-react-grid:0.8.6'

Gradle Kotlin DSL: Add the following org.webjars.npm : eddyson-react-grid gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:eddyson-react-grid:0.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : eddyson-react-grid sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "eddyson-react-grid" % "0.8.6"