MVN

org.webjars.npm : babel-plugin-transform-class-properties

Maven & Gradle

Aug 24, 2017
4 usages
42.9k stars

babel-plugin-transform-class-properties · WebJar for babel-plugin-transform-class-properties

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>babel-plugin-transform-class-properties</artifactId>
    <version>6.24.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : babel-plugin-transform-class-properties to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.24.1

All Versions

Choose a version of org.webjars.npm : babel-plugin-transform-class-properties to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.24.x
babel-plugin-transform-class-properties-6.24.1
6.3.x
babel-plugin-transform-class-properties-6.3.13

How to add a dependency to Maven

Add the following org.webjars.npm : babel-plugin-transform-class-properties maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>babel-plugin-transform-class-properties</artifactId>
    <version>6.24.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : babel-plugin-transform-class-properties gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:babel-plugin-transform-class-properties:6.24.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : babel-plugin-transform-class-properties gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:babel-plugin-transform-class-properties:6.24.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : babel-plugin-transform-class-properties sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "babel-plugin-transform-class-properties" % "6.24.1"

Advertisement