| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки ORM Данные |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторbabel-plugin-transform-react-jsx-self |
| Версия | Версия6.11.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/babel-plugin-transform-react-jsx-self/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>babel-plugin-transform-react-jsx-self</artifactId>
<version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/babel-plugin-transform-react-jsx-self/
implementation 'org.webjars.npm:babel-plugin-transform-react-jsx-self:6.11.0'
// https://jarcasting.com/artifacts/org.webjars.npm/babel-plugin-transform-react-jsx-self/
implementation ("org.webjars.npm:babel-plugin-transform-react-jsx-self:6.11.0")
'org.webjars.npm:babel-plugin-transform-react-jsx-self:jar:6.11.0'
<dependency org="org.webjars.npm" name="babel-plugin-transform-react-jsx-self" rev="6.11.0">
<artifact name="babel-plugin-transform-react-jsx-self" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='babel-plugin-transform-react-jsx-self', version='6.11.0')
)
libraryDependencies += "org.webjars.npm" % "babel-plugin-transform-react-jsx-self" % "6.11.0"
[org.webjars.npm/babel-plugin-transform-react-jsx-self "6.11.0"]